Class AdapterMappingDefinition

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

public class AdapterMappingDefinition extends Object implements Serializable
Author:
rkuchi Represents the definition for an adapter variable
See Also:
  • Constructor Details

    • AdapterMappingDefinition

      public AdapterMappingDefinition()
  • Method Details

    • getITAssetProperty

      public ArrayList getITAssetProperty()
    • setITAssetProperty

      public void setITAssetProperty(ArrayList assetProperty)
    • getITAssetType

      public ArrayList getITAssetType()
    • setITAssetType

      public void setITAssetType(ArrayList assetType)
    • getItemType

      public ArrayList getItemType()
    • setItemType

      public void setItemType(ArrayList itemType)
    • getLiteralValue

      public String getLiteralValue()
    • setLiteralValue

      public void setLiteralValue(String literalValue)
    • getMapTo

      public ArrayList getMapTo()
    • setMapTo

      public void setMapTo(ArrayList mapTo)
    • isOldValue

      public boolean isOldValue()
    • setOldValue

      public void setOldValue(boolean oldValue)
    • getQualifier

      public ArrayList getQualifier()
    • setQualifier

      public void setQualifier(ArrayList qualifier)
    • getVariableDataType

      public String getVariableDataType()
    • setVariableDataType

      public void setVariableDataType(String variableDataType)
    • getVariableKey

      public String getVariableKey()
    • setVariableKey

      public void setVariableKey(String variableKey)
    • getVariableName

      public String getVariableName()
    • setVariableName

      public void setVariableName(String variableName)
    • getSelectedITAssetProperty

      public String getSelectedITAssetProperty()
    • setSelectedITAssetProperty

      public void setSelectedITAssetProperty(String selectedITAssetProperty)
    • getSelectedITAssetType

      public String getSelectedITAssetType()
    • setSelectedITAssetType

      public void setSelectedITAssetType(String selectedITAssetType)
    • getSelectedItemType

      public String getSelectedItemType()
    • setSelectedItemType

      public void setSelectedItemType(String selectedItemType)
    • getSelectedMapTo

      public String getSelectedMapTo()
    • setSelectedMapTo

      public void setSelectedMapTo(String selectedMapTo)
    • getSelectedQualifier

      public String getSelectedQualifier()
    • setSelectedQualifier

      public void setSelectedQualifier(String selectedQualifier)
    • getITResourceDefinitionKey

      public String getITResourceDefinitionKey()
    • setITResourceDefinitionKey

      public void setITResourceDefinitionKey(String resourceDefinitionKey)
    • isEnableOldValue

      public boolean isEnableOldValue()
    • setEnableOldValue

      public void setEnableOldValue(boolean enableOldValue)
    • getAdvITResourceDefinitionKey

      public String getAdvITResourceDefinitionKey()
    • setAdvITResourceDefinitionKey

      public void setAdvITResourceDefinitionKey(String advITResourceDefinitionKey)
    • getMapValue

      public HashMap getMapValue()
    • setMapValue

      public void setMapValue(HashMap mapValue)