public class UserTaskAssignment extends Object implements Serializable
Constructor and Description |
---|
UserTaskAssignment(Date dateStarted,
Date dateAssigned,
Principal assignee,
float actualHours)
Initializing constructor which sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
float |
getActualHours() |
Principal |
getAssignee() |
Date |
getDateAssigned() |
Date |
getDateStarted() |
String |
toString() |
public UserTaskAssignment(Date dateStarted, Date dateAssigned, Principal assignee, float actualHours)
It is not intended or recommended that the consumer of the API construct these objects. They should only be
retrieved from service calls such as
TaskService.getCompletedElementsByProcessFlow(String)
.
dateStarted
- dateAssigned
- assignee
- actualHours
- Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA