public final class TaskDetailsWithDueDate extends curam.util.type.struct.Struct<TaskDetailsWithDueDate>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
assignedDateTime
The date and time at which the task was assigned.
|
java.lang.String |
category
The activity category associated with the task.
|
curam.util.type.DateTime |
dueDateTime
The date and time by which the task is due.
|
boolean |
overflowInd
The task WDO snapshot overflow indicator.
|
java.lang.String |
priority
The priority of the task.
|
java.lang.String |
reservedBy
The name of the user that has reserved the task.
|
curam.util.type.DateTime |
restartTime
The time that the task was restarted.
|
java.lang.String |
status
The status of the task.
|
java.lang.String |
subject
Task subject.
|
long |
taskID
The unique identifier of a task.
|
int |
totalTimeWorked
Total time spent on this task.
|
int |
versionNo
The optimistic locking version number of the task record.
|
Constructor and Description |
---|
TaskDetailsWithDueDate() |
public long taskID
TASK_ID -> long
public curam.util.type.DateTime dueDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String priority
TASK_PRIORITY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String reservedBy
USERNAME -> String
public int totalTimeWorked
TASK_TOTAL_TIME_WORKED -> int
public java.lang.String status
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime restartTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String category
ACTIVITY_CATEGORY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public boolean overflowInd
WDO_OVERFLOW_IND -> boolean
public int versionNo
VERSION_NUM -> int
public java.lang.String subject
TASK_SUBJECT -> String