Package oracle.iam.reconciliation.vo
Class ReconChildAttribute
java.lang.Object
oracle.iam.reconciliation.vo.ReconChildAttribute
- All Implemented Interfaces:
Serializable
Encapsulates a Reconciliation child attribute, that is an attribute from a
child table to the Recon Event.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReconChildAttribute
(List<ReconTargetAttribute> childAttrList) Constructor, sets the Child Attribute List to the given one. -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of Recon child attributes.
-
Constructor Details
-
ReconChildAttribute
Constructor, sets the Child Attribute List to the given one.- Parameters:
childAttrList
- a List ofReconTargetAttribut
instances.
-
-
Method Details
-
getChildAttrList
Returns the list of Recon child attributes.- Returns:
- a List of
ReconTargetAttribut
instances.
-