public interface TasksList extends AmetysObject
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the tasks list description
|
List<Task> |
getTasks()
Get the list of tasks
|
List<Task> |
getTasks(Date startDate,
Date endDate)
Get the list of tasks, delimited by start and end date
|
equals, getId, getName, getParent, getParentPath, getPath, hashCode
String getDescription()