public class TaskWrapper extends Object implements TaskVersion1
| Constructor and Description |
|---|
TaskWrapper(TaskView taskView) |
| Modifier and Type | Method and Description |
|---|---|
static List<TaskVersion1> |
convertTasks(List<TaskView> taskViewList)
Converts the list of TaskView objects to TaskVersion1 objects.
|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getFullTaskName()
This generates this task's full name.
|
String |
getName() |
ProjectVersion1 |
getProject() |
int |
hashCode() |
boolean |
isDefault()
returns whether or not this is a default task for its parent project.
|
String |
toString() |
public TaskWrapper(TaskView taskView)
public String getName()
getName in interface TaskVersion1public String getDescription()
getDescription in interface TaskVersion1public boolean isDefault()
TaskVersion1isDefault in interface TaskVersion1public String getFullTaskName()
TaskVersion1getFullTaskName in interface TaskVersion1public ProjectVersion1 getProject()
getProject in interface TaskVersion1public static List<TaskVersion1> convertTasks(List<TaskView> taskViewList)
taskViewList - the source tasksCopyright © 2013. All rights reserved