|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.work.workitem.Task
public class Task
A data object that represents a task in a work item
Nested Class Summary | |
---|---|
static class |
Task.ActivityType
ActivityType is an enum representing the activity type of the task. |
static class |
Task.Complexity
Complexity is an enum representing the complexity of the task. |
static class |
Task.Priority
Priority is an enum representing the priority of the task. |
static class |
Task.TaskStatus
TaskStatus is an enum representing the status of the task. |
static class |
Task.TaskType
TaskType is an enum representing the type of the task. |
Constructor Summary | |
---|---|
Task(String name,
String description,
String order,
Task.Complexity complexity,
Task.Priority priority,
Date dueDate,
Principal assignee,
Task.TaskStatus taskStatus,
Task.TaskType taskType,
Task.ActivityType activityType,
boolean isActive)
Constructor |
Method Summary | |
---|---|
Task.ActivityType |
getActivityType()
Get the activity type for the task |
Principal |
getAssignee()
Get the assignee for the task |
Task.Complexity |
getComplexity()
Get the complexity for the task |
String |
getDescription()
Get the description for the task |
Date |
getDueDate()
Get the due date for the task |
String |
getName()
Get the name for the task |
String |
getOrder()
Get the order for the task |
Task.Priority |
getPriority()
Get the priority for the task |
Task.TaskStatus |
getTaskStatus()
Get the task status for the task |
Task.TaskType |
getType()
Get the type of the task |
boolean |
isActive()
Get whether the task is active |
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 Task(String name, String description, String order, Task.Complexity complexity, Task.Priority priority, Date dueDate, Principal assignee, Task.TaskStatus taskStatus, Task.TaskType taskType, Task.ActivityType activityType, boolean isActive)
name
- description
- order
- complexity
- priority
- dueDate
- assignee
- taskStatus
- taskType
- activityType
- isActive
- Method Detail |
---|
public String getName()
public String getDescription()
public Date getDueDate()
public Task.Complexity getComplexity()
public Task.Priority getPriority()
public Task.TaskType getType()
public String getOrder()
public Principal getAssignee()
public Task.TaskStatus getTaskStatus()
public Task.ActivityType getActivityType()
public boolean isActive()
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 |