Class AdapterMapping

java.lang.Object
com.thortech.xl.vo.workflow.AdapterMapping
All Implemented Interfaces:
Serializable

public class AdapterMapping extends Object implements Serializable
Author:
nkaushik Represents the adapter variables of the attached task adapter or task assignment adapter and the mapping of those variables
See Also:
  • Constructor Details

    • AdapterMapping

      public AdapterMapping()
  • Method Details

    • getAdapterVariableKey

      public String getAdapterVariableKey()
      Returns:
      Returns the adapterVariableKey.
    • setAdapterVariableKey

      public void setAdapterVariableKey(String adapterVariableKey)
      Parameters:
      adapterVariableKey - The adapterVariableKey to set.
    • getAdapterVariableName

      public String getAdapterVariableName()
      Returns:
      Returns the adapterVariableName.
    • setAdapterVariableName

      public void setAdapterVariableName(String adapterVariableName)
      Parameters:
      adapterVariableName - The adapterVariableName to set.
    • getChildTableName

      public String getChildTableName()
      Returns:
      Returns the childTableName.
    • setChildTableName

      public void setChildTableName(String childTableName)
      Parameters:
      childTableName - The childTableName to set.
    • getDisplayValue

      public String getDisplayValue()
      Returns:
      Returns the displayValue.
    • setDisplayValue

      public void setDisplayValue(String displayValue)
      Parameters:
      displayValue - The displayValue to set.
    • getFieldLength

      public String getFieldLength()
      Returns:
      Returns the fieldLength.
    • setFieldLength

      public void setFieldLength(String fieldLength)
      Parameters:
      fieldLength - The fieldLength to set.
    • getItResourceDefKey

      public String getItResourceDefKey()
      Returns:
      Returns the itResourceDefKey.
    • setItResourceDefKey

      public void setItResourceDefKey(String itResourceDefKey)
      Parameters:
      itResourceDefKey - The itResourceDefKey to set.
    • getItResourceDefName

      public String getItResourceDefName()
      Returns:
      Returns the itResourceDefName.
    • setItResourceDefName

      public void setItResourceDefName(String itResourceDefName)
      Parameters:
      itResourceDefName - The itResourceDefName to set.
    • getItResourceDefPropertyKey

      public String getItResourceDefPropertyKey()
      Returns:
      Returns the itResourceDefPropertyKey.
    • setItResourceDefPropertyKey

      public void setItResourceDefPropertyKey(String itResourceDefPropertyKey)
      Parameters:
      itResourceDefPropertyKey - The itResourceDefPropertyKey to set.
    • getItResourceDefPropertyName

      public String getItResourceDefPropertyName()
      Returns:
      Returns the itResourceDefPropertyName.
    • setItResourceDefPropertyName

      public void setItResourceDefPropertyName(String itResourceDefPropertyName)
      Parameters:
      itResourceDefPropertyName - The itResourceDefPropertyName to set.
    • getItResourceKey

      public String getItResourceKey()
      Returns:
      Returns the itResourceKey.
    • setItResourceKey

      public void setItResourceKey(String itResourceKey)
      Parameters:
      itResourceKey - The itResourceKey to set.
    • getItResourceName

      public String getItResourceName()
      Returns:
      Returns the itResourceName.
    • setItResourceName

      public void setItResourceName(String itResourceName)
      Parameters:
      itResourceName - The itResourceName to set.
    • getKey

      public String getKey()
      Returns:
      Returns the key.
    • setKey

      public void setKey(String key)
      Parameters:
      key - The key to set.
    • getMappingQualifier

      public String getMappingQualifier()
      Returns:
      Returns the mappingQualifier.
    • setMappingQualifier

      public void setMappingQualifier(String mappingQualifier)
      Parameters:
      mappingQualifier - The mappingQualifier to set.
    • getMapTo

      public String getMapTo()
      Returns:
      Returns the mapTo.
    • setMapTo

      public void setMapTo(String mapTo)
      Parameters:
      mapTo - The mapTo to set.
    • getMapUserDefinedField

      public String getMapUserDefinedField()
      Returns:
      Returns the mapUserDefinedField.
    • setMapUserDefinedField

      public void setMapUserDefinedField(String mapUserDefinedField)
      Parameters:
      mapUserDefinedField - The mapUserDefinedField to set.
    • getOldValue

      public String getOldValue()
      Returns:
      Returns the oldValue.
    • setOldValue

      public void setOldValue(String oldValue)
      Parameters:
      oldValue - The oldValue to set.
    • getValue

      public String getValue()
      Returns:
      Returns the value.
    • setValue

      public void setValue(String value)
      Parameters:
      value - The value to set.
    • isMapped

      public boolean isMapped()
      Returns:
      Returns the mapped.
    • setMapped

      public void setMapped(boolean mapped)
      Parameters:
      mapped - The mapped to set.
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String dataType)
    • getAdvITResourceDefinitionKey

      public String getAdvITResourceDefinitionKey()
    • setAdvITResourceDefinitionKey

      public void setAdvITResourceDefinitionKey(String advITResourceDefinitionKey)