|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.nachocalendar.tasks.DefaultTask
public class DefaultTask
Default implementation of the Task interface.
| Constructor Summary | |
|---|---|
DefaultTask()
Creates a new instance of DefaultTask. |
|
| 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. |
java.lang.String |
toString()
Returns a String representing this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTask()
| Method Detail |
|---|
public java.util.Date getDate()
getDate in interface Taskpublic void setDate(java.util.Date date)
setDate in interface Taskdate - The date to set.public java.lang.String getName()
getName in interface Taskpublic void setName(java.lang.String name)
setName in interface Taskname - The name to set.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||