public final class SearchTasksByBizObjectAndDueDateDetails extends curam.util.type.struct.Struct<SearchTasksByBizObjectAndDueDateDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
dueDateTime
The date and time that the task associated with the specified business
object type and identifier is due.
|
java.lang.String |
priority
The priority of the task associated with the specified business object
type and identifier.
|
java.lang.String |
reservedBy
The reserved by username for the task associated with the specified
business object type and identifier.
|
java.lang.String |
status
The status of the task associated with the specified business object type
and identifier.
|
long |
taskID
The unique identifier of the task associated with the specified business
object type and identifier.
|
int |
versionNo
The optimistic locking version number of the task record associated with
the specified business object type and identifier.
|
Constructor and Description |
---|
SearchTasksByBizObjectAndDueDateDetails() |
public long taskID
TASK_ID -> long
public java.lang.String priority
TASK_PRIORITY -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public java.lang.String status
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public curam.util.type.DateTime dueDateTime
TASK_DEADLINE_TIME -> curam.util.type.DateTime
public java.lang.String reservedBy
USERNAME -> String
public int versionNo
VERSION_NUM -> int