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 TypeMethodDescriptionvoid
addTadParentKey
(int index, ReconTargetAttribute aReconTargetAttribute) Deprecated.void
addTadParentKey
(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.boolean
Determines whether the attribute is encrypted or not.void
removeTadParentKey
(ReconTargetAttribute aReconTargetAttribute) Deprecated.void
setAllData
(String allData) Set the attribute's all Data field.void
setDateVal
(Timestamp dateVal) Set the Date value timestamp.void
setEmDataType
(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
(String faliureReason) Set the reason for failure.void
setNumericVal
(Double numericVal) Set the Numeric value of the attribute.void
Set the description of the OIM field mapped to this Target attribute.void
Set the Event Key of the Event carrying this attribute.void
setStringVal
(String stringVal) Set the String value for the attribute.void
setTadDatatype
(String tadDatatype) Set the data type of the attribute.void
Set the Key of the attribute.void
setTadName
(String tadName) Set the Name of the attributevoid
setTadParentKey
(ReconTargetAttribute tadParentKey) Deprecated.void
setTadParentKeyCollection
(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.
-