Package com.thortech.xl.vo.workflow
Class AdapterMapping
java.lang.Object
com.thortech.xl.vo.workflow.AdapterMapping
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getMapTo()getValue()booleanisMapped()voidsetAdapterVariableKey(String adapterVariableKey) voidsetAdapterVariableName(String adapterVariableName) voidsetAdvITResourceDefinitionKey(String advITResourceDefinitionKey) voidsetChildTableName(String childTableName) voidsetDataType(String dataType) voidsetDisplayValue(String displayValue) voidsetFieldLength(String fieldLength) voidsetItResourceDefKey(String itResourceDefKey) voidsetItResourceDefName(String itResourceDefName) voidsetItResourceDefPropertyKey(String itResourceDefPropertyKey) voidsetItResourceDefPropertyName(String itResourceDefPropertyName) voidsetItResourceKey(String itResourceKey) voidsetItResourceName(String itResourceName) voidvoidsetMapped(boolean mapped) voidsetMappingQualifier(String mappingQualifier) voidvoidsetMapUserDefinedField(String mapUserDefinedField) voidsetOldValue(String oldValue) void
-
Constructor Details
-
AdapterMapping
public AdapterMapping()
-
-
Method Details
-
getAdapterVariableKey
- Returns:
- Returns the adapterVariableKey.
-
setAdapterVariableKey
- Parameters:
adapterVariableKey- The adapterVariableKey to set.
-
getAdapterVariableName
- Returns:
- Returns the adapterVariableName.
-
setAdapterVariableName
- Parameters:
adapterVariableName- The adapterVariableName to set.
-
getChildTableName
- Returns:
- Returns the childTableName.
-
setChildTableName
- Parameters:
childTableName- The childTableName to set.
-
getDisplayValue
- Returns:
- Returns the displayValue.
-
setDisplayValue
- Parameters:
displayValue- The displayValue to set.
-
getFieldLength
- Returns:
- Returns the fieldLength.
-
setFieldLength
- Parameters:
fieldLength- The fieldLength to set.
-
getItResourceDefKey
- Returns:
- Returns the itResourceDefKey.
-
setItResourceDefKey
- Parameters:
itResourceDefKey- The itResourceDefKey to set.
-
getItResourceDefName
- Returns:
- Returns the itResourceDefName.
-
setItResourceDefName
- Parameters:
itResourceDefName- The itResourceDefName to set.
-
getItResourceDefPropertyKey
- Returns:
- Returns the itResourceDefPropertyKey.
-
setItResourceDefPropertyKey
- Parameters:
itResourceDefPropertyKey- The itResourceDefPropertyKey to set.
-
getItResourceDefPropertyName
- Returns:
- Returns the itResourceDefPropertyName.
-
setItResourceDefPropertyName
- Parameters:
itResourceDefPropertyName- The itResourceDefPropertyName to set.
-
getItResourceKey
- Returns:
- Returns the itResourceKey.
-
setItResourceKey
- Parameters:
itResourceKey- The itResourceKey to set.
-
getItResourceName
- Returns:
- Returns the itResourceName.
-
setItResourceName
- Parameters:
itResourceName- The itResourceName to set.
-
getKey
- Returns:
- Returns the key.
-
setKey
- Parameters:
key- The key to set.
-
getMappingQualifier
- Returns:
- Returns the mappingQualifier.
-
setMappingQualifier
- Parameters:
mappingQualifier- The mappingQualifier to set.
-
getMapTo
- Returns:
- Returns the mapTo.
-
setMapTo
- Parameters:
mapTo- The mapTo to set.
-
getMapUserDefinedField
- Returns:
- Returns the mapUserDefinedField.
-
setMapUserDefinedField
- Parameters:
mapUserDefinedField- The mapUserDefinedField to set.
-
getOldValue
- Returns:
- Returns the oldValue.
-
setOldValue
- Parameters:
oldValue- The oldValue to set.
-
getValue
- Returns:
- Returns the value.
-
setValue
- 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
-
setDataType
-
getAdvITResourceDefinitionKey
-
setAdvITResourceDefinitionKey
-