public class TargetAttribute extends AttributeWithSource
| Constructor and Description |
|---|
TargetAttribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseInsensitiveField() |
boolean |
getKeyField()
This method returns the value of the key field information for this attribute,
associated to reconciliation.
|
java.util.Map |
getLookupMap() |
boolean |
isLookupFieldFlag() |
void |
setCaseInsensitiveField(boolean caseInsensitiveField) |
void |
setKeyField(boolean _keyField) |
void |
setLookupFieldFlag(boolean lookupFieldFlag) |
void |
setLookupMap(java.util.Map lookupMap) |
getSource, setSourceadd, 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, setValidationListpublic void setKeyField(boolean _keyField)
public boolean getKeyField()
public boolean getCaseInsensitiveField()
public void setCaseInsensitiveField(boolean caseInsensitiveField)
public boolean isLookupFieldFlag()
public void setLookupFieldFlag(boolean lookupFieldFlag)
public java.util.Map getLookupMap()
public void setLookupMap(java.util.Map lookupMap)