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()
boolean
isMapped()
void
setAdapterVariableKey
(String adapterVariableKey) void
setAdapterVariableName
(String adapterVariableName) void
setAdvITResourceDefinitionKey
(String advITResourceDefinitionKey) void
setChildTableName
(String childTableName) void
setDataType
(String dataType) void
setDisplayValue
(String displayValue) void
setFieldLength
(String fieldLength) void
setItResourceDefKey
(String itResourceDefKey) void
setItResourceDefName
(String itResourceDefName) void
setItResourceDefPropertyKey
(String itResourceDefPropertyKey) void
setItResourceDefPropertyName
(String itResourceDefPropertyName) void
setItResourceKey
(String itResourceKey) void
setItResourceName
(String itResourceName) void
void
setMapped
(boolean mapped) void
setMappingQualifier
(String mappingQualifier) void
void
setMapUserDefinedField
(String mapUserDefinedField) void
setOldValue
(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
-