Package com.thortech.xl.vo.workflow
Class StatusMapping
java.lang.Object
com.thortech.xl.vo.workflow.StatusMapping
- All Implemented Interfaces:
Serializable
- Author:
- nkaushik Represents a Task Status to Object Status Mapping for a task definition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Object Status (OST_STATUS)Returns the Key of the Object Status (OST_KEY)Returns the Task Status (STA_STATUS)Returns the Category of the Task Status (STA_BUCKET)Returns the Key of the Task Status (STA_KEY)void
setObjectStatus
(String objectStatus) Sets the Object Status (OST_STATUS)void
setObjectStatusKey
(String objectStatusKey) Sets the Key of the Object Status (OST_KEY)void
setTaskStatus
(String taskStatus) Sets the Task Status (STA_STATUS)void
setTaskStatusCategory
(String taskStatusCategory) Sets the Category of the Task Status (STA_BUCKET)void
setTaskStatusKey
(String taskStatusKey) Sets the Key of the Task Status (STA_KEY)
-
Constructor Details
-
StatusMapping
public StatusMapping()
-
-
Method Details
-
getObjectStatus
Returns the Object Status (OST_STATUS)- Returns:
- The Object Status.
-
setObjectStatus
Sets the Object Status (OST_STATUS)- Parameters:
objectStatus
- The Object Status to set.
-
getObjectStatusKey
Returns the Key of the Object Status (OST_KEY)- Returns:
- The Object Status Key.
-
setObjectStatusKey
Sets the Key of the Object Status (OST_KEY)- Parameters:
objectStatusKey
- The Object Status Key to set.
-
getTaskStatus
Returns the Task Status (STA_STATUS)- Returns:
- Returns the taskStatus.
-
setTaskStatus
Sets the Task Status (STA_STATUS)- Parameters:
taskStatus
- The Task Status.
-
getTaskStatusKey
Returns the Key of the Task Status (STA_KEY)- Returns:
- Returns the Task Status Key.
-
setTaskStatusKey
Sets the Key of the Task Status (STA_KEY)- Parameters:
taskStatusKey
- The Task Status Key.
-
getTaskStatusCategory
Returns the Category of the Task Status (STA_BUCKET)- Returns:
- Returns the Task Status Category.
-
setTaskStatusCategory
Sets the Category of the Task Status (STA_BUCKET)- Parameters:
taskStatusCategory
- The Task Status Category.
-