public final class TasksByDueDateDetails extends curam.util.type.struct.Struct<TasksByDueDateDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
assignedDateTime
The date and time that the task was assigned on.
|
boolean |
overflowInd
The WDO snapshot overflow indicator.
|
java.lang.String |
priority
The priority of a task.
|
java.lang.String |
reservedBy
The name of the user who has reserved the task.
|
long |
taskID
The unique identifier of a task.
|
int |
versionNo
The optimistic locking version number of the task record.
|
java.lang.String |
wdoSnapshot
The task WDO snapshot.
|
Constructor and Description |
---|
TasksByDueDateDetails() |
public long taskID
TASK_ID -> long
public java.lang.String priority
TASK_PRIORITY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String reservedBy
USERNAME -> String
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String wdoSnapshot
WDO_SNAPSHOT -> String
public boolean overflowInd
WDO_OVERFLOW_IND -> boolean
public int versionNo
VERSION_NUM -> int