|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.work.workitem.CompletedTask
public class CompletedTask
A data object that represents a completed task in a work item
Constructor Summary | |
---|---|
CompletedTask(String taskId,
String name,
String complexity,
String priority,
Date started,
Date completed,
Date dueDate,
String assignee,
String assigneeType,
String completedBy,
String status,
String comments)
Constructor |
Method Summary | |
---|---|
String |
getAssignee()
Get the assignee for the completed task |
String |
getAssigneeType()
Get the assignee type for the completed task |
String |
getComments()
Get the comments for the completed task |
Date |
getCompleted()
Get the completed date for the completed task |
String |
getCompletedBy()
Get the completed by for the completed task |
String |
getComplexity()
Get the complexity for the completed task |
Date |
getDueDate()
Get the due date for the completed task |
String |
getName()
Get the name for the completed task |
String |
getPriority()
Get the priority for the completed task |
Date |
getStarted()
Get the start date for the completed task |
String |
getStatus()
Get the status for the completed task |
String |
getTaskId()
Get the task id for the completed task |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompletedTask(String taskId, String name, String complexity, String priority, Date started, Date completed, Date dueDate, String assignee, String assigneeType, String completedBy, String status, String comments)
taskId
- the task identifier for this completed taskname
- the name of this completed taskcomplexity
- the complexity of this completed taskpriority
- the priority of this completed taskstarted
- the date this completed task was startedcompleted
- the date this completed task was completeddueDate
- the date this completed task was dueassignee
- the principal identifier assigned to this completed taskassigneeType
- the type of principal assigned to this completed taskcompletedBy
- who completed this taskstatus
- the status of this completed taskcomments
- any comments associated with this completed taskMethod Detail |
---|
public String getName()
public String getComplexity()
public String getPriority()
public Date getDueDate()
public String getAssignee()
public String getStatus()
public String getTaskId()
public String getAssigneeType()
public String getCompletedBy()
public String getComments()
public Date getStarted()
public Date getCompleted()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |