Package oracle.iam.reconciliation.vo
Class ReconTargetAttribute
java.lang.Object
oracle.iam.reconciliation.vo.ReconTargetAttribute
- All Implemented Interfaces:
Serializable
A class representing an instance of a Reconciliation Target Attribute, that is
a data attribute coming from a Target system.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor: constructs an empty attribute.ReconTargetAttribute(String name, Object val, String type) Constructor: constructs an empty attribute given its Name, Value and Type. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTadParentKey(int index, ReconTargetAttribute aReconTargetAttribute) Deprecated.voidaddTadParentKey(ReconTargetAttribute aReconTargetAttribute) Deprecated.Gets all the data in this attribute formatted as a string.Gets the value of the Date as a timestamp.Gets the name of the Entity Manager type this attribute maps to.Gets the reason for Failure.Gets the numeric value of the attribute.Gets the description of the OIM field mapped to this Target attribute.getReKey()Gets the Event Key (RE KEY).Gets the String value of the Attribute.Gets the Data Type of this AttributeGets the Key of this Attribute.Gets the Name of this attribute.Deprecated.Deprecated.booleanDetermines whether the attribute is encrypted or not.voidremoveTadParentKey(ReconTargetAttribute aReconTargetAttribute) Deprecated.voidsetAllData(String allData) Set the attribute's all Data field.voidsetDateVal(Timestamp dateVal) Set the Date value timestamp.voidsetEmDataType(String EmDataType) Set the name of the Entity Manager type this attribute maps to.voidsetEncrypted(boolean param) Set the flag specifying whether the attribute is encrypted or not.voidsetFaliureReason(String faliureReason) Set the reason for failure.voidsetNumericVal(Double numericVal) Set the Numeric value of the attribute.voidSet the description of the OIM field mapped to this Target attribute.voidSet the Event Key of the Event carrying this attribute.voidsetStringVal(String stringVal) Set the String value for the attribute.voidsetTadDatatype(String tadDatatype) Set the data type of the attribute.voidSet the Key of the attribute.voidsetTadName(String tadName) Set the Name of the attributevoidsetTadParentKey(ReconTargetAttribute tadParentKey) Deprecated.voidsetTadParentKeyCollection(List<ReconTargetAttribute> tadParentKeyCollection) Deprecated.
-
Constructor Details
-
ReconTargetAttribute
public ReconTargetAttribute()Constructor: constructs an empty attribute. -
ReconTargetAttribute
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 Details
-
addTadParentKey
Deprecated.- Parameters:
index-aReconTargetAttribute-
-
addTadParentKey
Deprecated.- Parameters:
aReconTargetAttribute-
-
getAllData
Gets all the data in this attribute formatted as a string.- Returns:
- a String.
-
getDateVal
Gets the value of the Date as a timestamp.- Returns:
- a Timestamp
-
getFaliureReason
Gets the reason for Failure.- Returns:
- a String.
-
getNumericVal
Gets the numeric value of the attribute.- Returns:
- a Double
-
getReKey
Gets the Event Key (RE KEY).- Returns:
- a Double.
-
getStringVal
Gets the String value of the Attribute.- Returns:
- a String.
-
getTadDatatype
Gets the Data Type of this Attribute- Returns:
- a String.
-
getTadKey
Gets the Key of this Attribute.- Returns:
- a Double.
-
getTadName
Gets the Name of this attribute.- Returns:
- a String.
-
getTadParentKey
Deprecated. -
getTadParentKeyCollection
Deprecated. -
removeTadParentKey
Deprecated.- Parameters:
aReconTargetAttribute-
-
setAllData
Set the attribute's all Data field.- Parameters:
allData- the all data.
-
setDateVal
Set the Date value timestamp.- Parameters:
dateVal- the Timestamp.
-
setFaliureReason
Set the reason for failure.- Parameters:
faliureReason- the reason.
-
setNumericVal
Set the Numeric value of the attribute.- Parameters:
numericVal- the Double value.
-
setReKey
Set the Event Key of the Event carrying this attribute.- Parameters:
reKey- the Event Key.
-
setStringVal
Set the String value for the attribute.- Parameters:
stringVal- the value.
-
setTadDatatype
Set the data type of the attribute.- Parameters:
tadDatatype- the data type.
-
setTadKey
Set the Key of the attribute.- Parameters:
tadKey- the key.
-
setTadName
Set the Name of the attribute- Parameters:
tadName- the Name.
-
setTadParentKey
Deprecated.- Parameters:
tadParentKey-
-
setTadParentKeyCollection
Deprecated.- Parameters:
tadParentKeyCollection-
-
setOimMappedFieldDescription
Set the description of the OIM field mapped to this Target attribute.- Parameters:
param-
-
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
Set the name of the Entity Manager type this attribute maps to.- Parameters:
EmDataType-
-
getEmDataType
Gets the name of the Entity Manager type this attribute maps to.- Returns:
- a String.
-