|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task
Interface that must be implemented to show a Task using the TaskDataModel.
Method Summary | |
---|---|
java.util.Date |
getDate()
Returns the Date of this task. |
java.lang.String |
getName()
Returns the name of this task. |
void |
setDate(java.util.Date date)
Sets the date of this task. |
void |
setName(java.lang.String name)
Sets the name of this task. |
Method Detail |
---|
java.util.Date getDate()
void setDate(java.util.Date date)
date
- The date to set.java.lang.String getName()
void setName(java.lang.String name)
name
- The name to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |