public final class TaskBizObjectStatusAndDueDateKey extends curam.util.type.struct.Struct<TaskBizObjectStatusAndDueDateKey>
Modifier and Type | Field and Description |
---|---|
long |
bizObjectID
The business object identifier to be used in the search.
|
java.lang.String |
bizObjectType
The business object type to be used in the search.
|
curam.util.type.DateTime |
fromDate
The task search from date required (inclusive).
|
java.lang.String |
status
Task status.
|
curam.util.type.DateTime |
toDate
The task search to date required (exclusive).
|
Constructor and Description |
---|
TaskBizObjectStatusAndDueDateKey() |
public long bizObjectID
BIZ_OBJECT_ID -> long
public java.lang.String bizObjectType
BIZ_OBJECT_TYPE -> 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 fromDate
TASK_SEARCH_DATE -> curam.util.type.DateTime
public curam.util.type.DateTime toDate
TASK_SEARCH_DATE -> curam.util.type.DateTime