|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opensync.engine.server.Agenda
This class encapsulate the concept of an agenda in the OpenSync application
| Constructor Summary | |
Agenda()
Construct an agenda object |
|
| Method Summary | |
void |
addSchedule(Schedule schedule)
Add a schedule to the agenda |
void |
addTask(Task task)
Add a task to the agenda |
boolean |
getFinish()
Get the finish status of the agenda |
java.lang.String |
getName()
Get the name of the agenda |
Notification |
getNotification()
Get the notification of the agenda |
java.util.Collection |
getSchedules()
Get all schedules of the agenda |
java.util.Collection |
getTasks()
Get all the tasks of the agenda |
void |
setFinish(boolean finish)
Set the finish status of the agenda |
void |
setName(java.lang.String name)
Set the name of the agenda |
void |
setNotification(Notification notification)
Set the notification of the agenda |
java.lang.String |
toString()
Use for debug only |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Agenda()
| Method Detail |
public void setFinish(boolean finish)
finish - the finish status of the agendapublic boolean getFinish()
public void setName(java.lang.String name)
name - the name of the agendapublic java.lang.String getName()
public void setNotification(Notification notification)
notification - the notification of the agendapublic Notification getNotification()
public java.util.Collection getTasks()
public void addTask(Task task)
task - the task to addpublic java.util.Collection getSchedules()
public void addSchedule(Schedule schedule)
schedule - the schedule to addpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||