public final class TaskSummaryDetails extends curam.util.type.struct.Struct<TaskSummaryDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
assignedDateTime
The task assigned date time.
|
java.lang.String |
reservedBy
The name of the user reserving the associated task.
|
java.lang.String |
status
The status of the task.
|
int |
totalTimeWorked
The total time worked on a task in seconds.
|
int |
versionNo
The optimistic locking version number of the task record.
|
Constructor and Description |
---|
TaskSummaryDetails() |
public java.lang.String status
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String reservedBy
USERNAME -> String
public int totalTimeWorked
TASK_TOTAL_TIME_WORKED -> int
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public int versionNo
VERSION_NUM -> int