public class TaskView extends Object implements Comparable<TaskView>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TaskView otherTask) |
String |
getDescription() |
String |
getFullTaskName()
This generates this task's full name.
|
String |
getName() |
ProjectView |
getProject() |
boolean |
hasDescription() |
boolean |
isDefault()
returns whether or not this is a default task for its parent project.
|
String |
toString() |
public ProjectView getProject()
public String getName()
public String getDescription()
public boolean hasDescription()
public boolean isDefault()
public int compareTo(TaskView otherTask)
compareTo in interface Comparable<TaskView>public String getFullTaskName()
Copyright © 2013. All rights reserved