public final class TaskReservedByAndDueDateDetails extends curam.util.type.struct.Struct<TaskReservedByAndDueDateDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
deadlineDateTime
The date time that the task is due on.
|
java.lang.String |
reservedBy
The name of the user who has reserved the task.
|
int |
versionNo
The optimistic locking version number of the task record.
|
Constructor and Description |
---|
TaskReservedByAndDueDateDetails() |
public java.lang.String reservedBy
USERNAME -> String
public curam.util.type.DateTime deadlineDateTime
TASK_DEADLINE_TIME -> curam.util.type.DateTime
public int versionNo
VERSION_NUM -> int