Class SourceValue

java.lang.Object
com.thortech.xl.gc.vo.designtime.SourceValue
All Implemented Interfaces:
Serializable

public class SourceValue extends Object implements Serializable
This class is a value object that represents the source of a Transformation instance on an AttributeWithSource.
Version:
1.5, Oracle Identity Manager 9.1
See Also:
  • Constructor Details

    • SourceValue

      public SourceValue()
  • Method Details

    • setStrValue

      public void setStrValue(String strValue)
      Sets the literal value of a parameter
      Parameters:
      strValue - literal value
    • getStrValue

      public String getStrValue()
      This method returns the value of the literal if it is the source.
      Returns:
      value of the literal if it is the source. It will be null, if the source is a Field of a dataset.
    • getFieldName

      public String getFieldName()
      This method returns the name of the field if it is the source.
      Returns:
      name of the field if it is the source. It will be null, if the source is a literal.
    • setFieldName

      public void setFieldName(String fieldName)
      Parameters:
      fieldName - The fieldName to set.
    • getSourceData

      public String getSourceData()
      This method returns the name of its dataset (if parent) if the source is a field.
      Returns:
      name of its dataset (if parent), if the source is a field. It will be null, if the source is a literal.
    • setSourceData

      public void setSourceData(String sourceData)
      Parameters:
      sourceData - The sourceData to set.
    • getSourceChDataSetName

      public String getSourceChDataSetName()
      This method returns the name of its dataset (if child) if the source is a field.
      Returns:
      name of its dataset (if child) if the source is a field. It will be null, in case the source is a literal.
    • setSourceChDataSetName

      public void setSourceChDataSetName(String sourceChDataSetName)