public final class TaskUsernameDueDateAndStatusToIgnoreKey extends curam.util.type.struct.Struct<TaskUsernameDueDateAndStatusToIgnoreKey>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
fromDate
The task search from date required (inclusive).
|
java.lang.String |
statusToIgnore
The task status to ignore in a search.
|
curam.util.type.DateTime |
toDate
The task search to date required (exclusive).
|
java.lang.String |
username
The name of the user reserving the task.
|
Constructor and Description |
---|
TaskUsernameDueDateAndStatusToIgnoreKey() |
public java.lang.String username
USERNAME -> 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
public java.lang.String statusToIgnore
TASK_STATUS -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String