Skip navigation links


oracle.iam.reconciliation.vo
Class ReconChildAttribute

java.lang.Object
  extended by oracle.iam.reconciliation.vo.ReconChildAttribute

All Implemented Interfaces:
java.io.Serializable

public class ReconChildAttribute
extends java.lang.Object
implements java.io.Serializable

Encapsulates a Reconciliation child attribute, that is an attribute from a child table to the Recon Event.

See Also:
Serialized Form

Constructor Summary
ReconChildAttribute(java.util.List childAttrList)
          Constructor, sets the Child Attribute List to the given one.

 

Method Summary
 java.util.List getChildAttrList()
          Returns the list of Recon child attributes.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReconChildAttribute

public ReconChildAttribute(java.util.List childAttrList)
Constructor, sets the Child Attribute List to the given one.
Parameters:
childAttrList - a List of ReconTargetAttribut instances.

Method Detail

getChildAttrList

public java.util.List getChildAttrList()
Returns the list of Recon child attributes.
Returns:
a List of ReconTargetAttribut instances.

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.