|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.custom.schedule.model.Day
org.apache.myfaces.custom.schedule.model.ScheduleDay
This class represents one day in the schedule component
Constructor Summary | |
ScheduleDay(java.util.Date date)
Creates a new ScheduleDay object. |
Method Summary | |
boolean |
addEntry(ScheduleEntry entry)
Add an entry to this day |
void |
clear()
Remove all entries from this day |
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
boolean |
remove(ScheduleEntry entry)
Remove an entry from this day |
int |
size()
|
Methods inherited from class org.apache.myfaces.custom.schedule.model.Day |
compareTo, equals, equalsDate, getDate, getDayEnd, getDayStart, getSpecialDayName, hashCode, isWorkingDay, setSpecialDayName, setWorkingDay |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Constructor Detail |
public ScheduleDay(java.util.Date date)
date
- the dateMethod Detail |
public boolean isEmpty()
public boolean addEntry(ScheduleEntry entry)
Add an entry to this day
entry
- the entry to add
public void clear()
Remove all entries from this day
public java.util.Iterator iterator()
public boolean remove(ScheduleEntry entry)
Remove an entry from this day
entry
- the entry to remove
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |