public class UserTaskAssignment extends Object implements Serializable
Constructor and Description |
---|
UserTaskAssignment(Date dateStarted,
Date dateAssigned,
Principal assignee,
float actualHours)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
float |
getActualHours()
Gets the total hours worked on the task by the current assignee.
|
Principal |
getAssignee()
Gets the user assigned to this task.
|
Date |
getDateAssigned()
Gets the date on which the task assignment was assigned.
|
Date |
getDateStarted()
Gets the date on which the task assignment was started.
|
String |
toString() |
public UserTaskAssignment(Date dateStarted, Date dateAssigned, Principal assignee, float actualHours)
dateStarted
- the date on which the task assignment was started.dateAssigned
- the date on which the task assignment was assigned.assignee
- the user assigned to this task.actualHours
- the total hours worked on the task by the current assignee.public Date getDateStarted()
public Date getDateAssigned()
public Principal getAssignee()
public float getActualHours()
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA