Skip navigation links


oracle.iam.reconciliation.vo
Class ReconTargetAttribute

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

All Implemented Interfaces:
java.io.Serializable

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

A class representing an instance of a Reconciliation Target Attribute, that is a data attribute coming from a Target system.

See Also:
Serialized Form

Constructor Summary
ReconTargetAttribute()
          Constructor: constructs an empty attribute.
ReconTargetAttribute(java.lang.String name, java.lang.Object val, java.lang.String type)
          Constructor: constructs an empty attribute given its Name, Value and Type.

 

Method Summary
 void addTadParentKey(int index, ReconTargetAttribute aReconTargetAttribute)
          Deprecated.  
 void addTadParentKey(ReconTargetAttribute aReconTargetAttribute)
          Deprecated.  
 java.lang.String getAllData()
          Gets all the data in this attribute formatted as a string.
 java.sql.Timestamp getDateVal()
          Gets the value of the Date as a timestamp.
 java.lang.String getEmDataType()
          Gets the name of the Entity Manager type this attribute maps to.
 java.lang.String getFaliureReason()
          Gets the reason for Failure.
 java.lang.Double getNumericVal()
          Gets the numeric value of the attribute.
 java.lang.String getOimMappedFieldDescription()
          Gets the description of the OIM field mapped to this Target attribute.
 java.lang.Double getReKey()
          Gets the Event Key (RE KEY).
 java.lang.String getStringVal()
          Gets the String value of the Attribute.
 java.lang.String getTadDatatype()
          Gets the Data Type of this Attribute
 java.lang.Double getTadKey()
          Gets the Key of this Attribute.
 java.lang.String getTadName()
          Gets the Name of this attribute.
 ReconTargetAttribute getTadParentKey()
          Deprecated.  
 java.util.List getTadParentKeyCollection()
          Deprecated.  
 boolean isEncrypted()
          Determines whether the attribute is encrypted or not.
 void removeTadParentKey(ReconTargetAttribute aReconTargetAttribute)
          Deprecated.  
 void setAllData(java.lang.String allData)
          Set the attribute's all Data field.
 void setDateVal(java.sql.Timestamp dateVal)
          Set the Date value timestamp.
 void setEmDataType(java.lang.String EmDataType)
          Set the name of the Entity Manager type this attribute maps to.
 void setEncrypted(boolean param)
          Set the flag specifying whether the attribute is encrypted or not.
 void setFaliureReason(java.lang.String faliureReason)
          Set the reason for failure.
 void setNumericVal(java.lang.Double numericVal)
          Set the Numeric value of the attribute.
 void setOimMappedFieldDescription(java.lang.String param)
          Set the description of the OIM field mapped to this Target attribute.
 void setReKey(java.lang.Double reKey)
          Set the Event Key of the Event carrying this attribute.
 void setStringVal(java.lang.String stringVal)
          Set the String value for the attribute.
 void setTadDatatype(java.lang.String tadDatatype)
          Set the data type of the attribute.
 void setTadKey(java.lang.Double tadKey)
          Set the Key of the attribute.
 void setTadName(java.lang.String tadName)
          Set the Name of the attribute
 void setTadParentKey(ReconTargetAttribute tadParentKey)
          Deprecated.  
 void setTadParentKeyCollection(java.util.List tadParentKeyCollection)
          Deprecated.  

 

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

 

Constructor Detail

ReconTargetAttribute

public ReconTargetAttribute()
Constructor: constructs an empty attribute.

ReconTargetAttribute

public ReconTargetAttribute(java.lang.String name,
                            java.lang.Object val,
                            java.lang.String type)
Constructor: constructs an empty attribute given its Name, Value and Type.
Parameters:
name - the new Attribute name.
val - the value of the new Attribute.
type - the Type of the new attribute.

Method Detail

addTadParentKey

public void addTadParentKey(int index,
                            ReconTargetAttribute aReconTargetAttribute)
Deprecated. 
Parameters:
index -
aReconTargetAttribute -

addTadParentKey

public void addTadParentKey(ReconTargetAttribute aReconTargetAttribute)
Deprecated. 
Parameters:
aReconTargetAttribute -

getAllData

public java.lang.String getAllData()
Gets all the data in this attribute formatted as a string.
Returns:
a String.

getDateVal

public java.sql.Timestamp getDateVal()
Gets the value of the Date as a timestamp.
Returns:
a Timestamp

getFaliureReason

public java.lang.String getFaliureReason()
Gets the reason for Failure.
Returns:
a String.

getNumericVal

public java.lang.Double getNumericVal()
Gets the numeric value of the attribute.
Returns:
a Double

getReKey

public java.lang.Double getReKey()
Gets the Event Key (RE KEY).
Returns:
a Double.

getStringVal

public java.lang.String getStringVal()
Gets the String value of the Attribute.
Returns:
a String.

getTadDatatype

public java.lang.String getTadDatatype()
Gets the Data Type of this Attribute
Returns:
a String.

getTadKey

public java.lang.Double getTadKey()
Gets the Key of this Attribute.
Returns:
a Double.

getTadName

public java.lang.String getTadName()
Gets the Name of this attribute.
Returns:
a String.

getTadParentKey

public ReconTargetAttribute getTadParentKey()
Deprecated. 
Returns:

getTadParentKeyCollection

public java.util.List getTadParentKeyCollection()
Deprecated. 
Returns:

removeTadParentKey

public void removeTadParentKey(ReconTargetAttribute aReconTargetAttribute)
Deprecated. 
Parameters:
aReconTargetAttribute -

setAllData

public void setAllData(java.lang.String allData)
Set the attribute's all Data field.
Parameters:
allData - the all data.

setDateVal

public void setDateVal(java.sql.Timestamp dateVal)
Set the Date value timestamp.
Parameters:
dateVal - the Timestamp.

setFaliureReason

public void setFaliureReason(java.lang.String faliureReason)
Set the reason for failure.
Parameters:
faliureReason - the reason.

setNumericVal

public void setNumericVal(java.lang.Double numericVal)
Set the Numeric value of the attribute.
Parameters:
numericVal - the Double value.

setReKey

public void setReKey(java.lang.Double reKey)
Set the Event Key of the Event carrying this attribute.
Parameters:
reKey - the Event Key.

setStringVal

public void setStringVal(java.lang.String stringVal)
Set the String value for the attribute.
Parameters:
stringVal - the value.

setTadDatatype

public void setTadDatatype(java.lang.String tadDatatype)
Set the data type of the attribute.
Parameters:
tadDatatype - the data type.

setTadKey

public void setTadKey(java.lang.Double tadKey)
Set the Key of the attribute.
Parameters:
tadKey - the key.

setTadName

public void setTadName(java.lang.String tadName)
Set the Name of the attribute
Parameters:
tadName - the Name.

setTadParentKey

public void setTadParentKey(ReconTargetAttribute tadParentKey)
Deprecated. 
Parameters:
tadParentKey -

setTadParentKeyCollection

public void setTadParentKeyCollection(java.util.List tadParentKeyCollection)
Deprecated. 
Parameters:
tadParentKeyCollection -

setOimMappedFieldDescription

public void setOimMappedFieldDescription(java.lang.String param)
Set the description of the OIM field mapped to this Target attribute.
Parameters:
param -

getOimMappedFieldDescription

public java.lang.String getOimMappedFieldDescription()
Gets the description of the OIM field mapped to this Target attribute.
Returns:
a String.

setEncrypted

public void setEncrypted(boolean param)
Set the flag specifying whether the attribute is encrypted or not.
Parameters:
param - the boolean flag value.

isEncrypted

public boolean isEncrypted()
Determines whether the attribute is encrypted or not.
Returns:
a Boolean

setEmDataType

public void setEmDataType(java.lang.String EmDataType)
Set the name of the Entity Manager type this attribute maps to.
Parameters:
EmDataType -

getEmDataType

public java.lang.String getEmDataType()
Gets the name of the Entity Manager type this attribute maps to.
Returns:
a String.

Skip navigation links


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