public final class TaskBizObjectReservedByAndStatusDetails extends curam.util.type.struct.Struct<TaskBizObjectReservedByAndStatusDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
assignedDateTime
The date and time that the task was assigned.
|
curam.util.type.DateTime |
deadlineDateTime
The date time that the task is due on.
|
boolean |
overflowInd
The WDO snapshot overflow indicator.
|
java.lang.String |
priority
The priority of the task.
|
curam.util.type.DateTime |
restartTime
For tasks that have been deferred, this date time represents the time that
the task should be restarted.
|
long |
taskID
The unique identifier of the task.
|
int |
versionNo
The optimistic locking version number of the task record.
|
java.lang.String |
wdoSnapshot
The task wdo snapshot.
|
Constructor and Description |
---|
TaskBizObjectReservedByAndStatusDetails() |
public long taskID
TASK_ID -> long
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 curam.util.type.DateTime deadlineDateTime
TASK_DEADLINE_TIME -> curam.util.type.DateTime
public curam.util.type.DateTime restartTime
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