public final class TaskReserveDetails extends curam.util.type.struct.Struct<TaskReserveDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
assignedDateTime
The date and time that a task was reserved.
|
java.lang.String |
reservedBy
The name of the user reserving the task.
|
int |
versionNo
The optimistic locking version number of the task record.
|
Constructor and Description |
---|
TaskReserveDetails() |
public java.lang.String reservedBy
USERNAME -> String
public curam.util.type.DateTime assignedDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public int versionNo
VERSION_NUM -> int