public final class TaskIndexDetails extends curam.util.type.struct.Struct<TaskIndexDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
assignedDateTime
The date and time at which the task was assigned.
|
curam.util.type.DateTime |
creationTime
The date and time at which the task was created.
|
java.lang.String |
reservedBy
The name of the user that has reserved the task.
|
java.lang.String |
status
The status of the task.
|
Constructor and Description |
---|
TaskIndexDetails() |
public java.lang.String reservedBy
USERNAME -> String
public java.lang.String status
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public curam.util.type.DateTime creationTime
TASK_TIMESTAMP -> curam.util.type.DateTime