|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- The date to set.public java.lang.String getName()
public 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 |