net.sf.nachocalendar.tasks
Interface Task
Interface that must be implemented to show a Task using the
TaskDataModel.
Date | getDate() - Returns the Date of this task.
|
String | getName() - Returns the name of this task.
|
void | setDate(Date date) - Sets the date of this task.
|
void | setName(String name) - Sets the name of this task.
|
getDate
public Date getDate()
Returns the Date of this task.
getName
public String getName()
Returns the name of this task.
setDate
public void setDate(Date date)
Sets the date of this task.
setName
public void setName(String name)
Sets the name of this task.