Skip navigation links


com.thortech.xl.gc.vo.designtime
Class TargetAttribute

java.lang.Object
  extended by com.thortech.xl.gc.vo.designtime.Attribute
      extended by com.thortech.xl.gc.vo.designtime.AttributeWithSource
          extended by com.thortech.xl.gc.vo.designtime.TargetAttribute

All Implemented Interfaces:
java.io.Serializable

public class TargetAttribute
extends AttributeWithSource

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.

See Also:
Serialized Form

Constructor Summary
TargetAttribute()
           

 

Method Summary
 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)
           

 

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

 

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

 

Constructor Detail

TargetAttribute

public TargetAttribute()

Method Detail

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

public java.util.Map getLookupMap()

setLookupMap

public void setLookupMap(java.util.Map lookupMap)

Skip navigation links


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