Package com.thortech.xl.gc.vo.designtime
Class TargetAttribute
java.lang.Object
com.thortech.xl.gc.vo.designtime.Attribute
com.thortech.xl.gc.vo.designtime.AttributeWithSource
com.thortech.xl.gc.vo.designtime.TargetAttribute
- All Implemented Interfaces:
Serializable
This class is a value object. An instance could represent the following:
1) An attribute belonging to the "OIM" category "User" dataset.
2) An attribute belonging to the "OIM" category "Account" dataset.
- Version:
- 1.5, Oracle Identity Manager 9.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
This method returns the value of the key field information for this attribute, associated to reconciliation.boolean
void
setCaseInsensitiveField
(boolean caseInsensitiveField) void
setKeyField
(boolean _keyField) void
setLookupFieldFlag
(boolean lookupFieldFlag) void
setLookupMap
(Map lookupMap) Methods inherited from class com.thortech.xl.gc.vo.designtime.AttributeWithSource
getSource, setSource
Methods inherited from class com.thortech.xl.gc.vo.designtime.Attribute
add, addValidation, copyBasicAttributes, getChildDataFields, getEncrypted, getFormName, getRequired, getStrDefaultValue, getStrName, getStrOrder, getStrSize, getStrType, getValidationList, isBlPassword, isMultiValued, setBlPassword, setChildDataFields, setEncrypted, setFormName, setMultiValued, setMultiValued, setRequired, setStrDefaultValue, setStrName, setStrOrder, setStrSize, setStrType, setValidationList
-
Constructor Details
-
TargetAttribute
public TargetAttribute()
-
-
Method Details
-
setKeyField
public void setKeyField(boolean _keyField) -
getKeyField
public boolean getKeyField()This method returns the value of the key field information for this attribute, associated to reconciliation.- Returns:
- Flag that captures the information of whether this field is a) a Key field for reconciliation process matching, if a member of the "OIM" category "Account" dataset b) an element of reconciliation rule, if a member of the "OIM" category "User" dataset
-
getCaseInsensitiveField
public boolean getCaseInsensitiveField() -
setCaseInsensitiveField
public void setCaseInsensitiveField(boolean caseInsensitiveField) -
isLookupFieldFlag
public boolean isLookupFieldFlag() -
setLookupFieldFlag
public void setLookupFieldFlag(boolean lookupFieldFlag) -
getLookupMap
-
setLookupMap
-