Skip navigation links


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

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TargetAttribute

public class AttributeWithSource
extends Attribute

This class is a value object that represents an identity attribute that could be a parent(single valued) or a child (multi-valued). It is the transformed version of an Attribute based on the resultant action of a TransformationProvider. An instance of this class could represent the following:

1) An attribute belonging to the "Reconciliation Staging" dataset. 2) An attribute belonging to the "Provisioning Staging" dataset.

See Also:
OIMSchema, Serialized Form

Constructor Summary
AttributeWithSource()
           

 

Method Summary
 Transformation getSource()
          This method returns the source information of a Transformation.
 void setSource(Transformation source)
           

 

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

AttributeWithSource

public AttributeWithSource()

Method Detail

setSource

public void setSource(Transformation source)

getSource

public Transformation getSource()
This method returns the source information of a Transformation.
Returns:
Instance of the value object Transformation that captures the information about the features of transformation present on this AttributeWithSource and source Attribute as well.

Skip navigation links


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