public final class TaskReservedByAndStatusDetails extends curam.util.type.struct.Struct<TaskReservedByAndStatusDetails>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
reservedBy
The name of the reserved by user name of the task.
|
java.lang.String |
status
The status of the task.
|
int |
versionNo
The optimistic locking version number of the task record.
|
Constructor and Description |
---|
TaskReservedByAndStatusDetails() |
public java.lang.String reservedBy
USERNAME -> String
public java.lang.String status
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public int versionNo
VERSION_NUM -> int