public final class TaskUsernameAndDateKey extends curam.util.type.struct.Struct<TaskUsernameAndDateKey>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
fromDate
The task search from date required (inclusive).
|
curam.util.type.DateTime |
toDate
The task search to date required (exclusive).
|
java.lang.String |
username
The name of the user reserving the associated task.
|
Constructor and Description |
---|
TaskUsernameAndDateKey() |
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