Class SchedulableList
- java.lang.Object
-
- org.silverpeas.core.personalorganizer.model.SchedulableList
-
- Direct Known Subclasses:
SchedulableGroup
public class SchedulableList extends Object
-
-
Constructor Summary
Constructors Constructor Description SchedulableList()
SchedulableList(String day)
SchedulableList(String day, Vector elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Schedulable schedule)
void
add(SchedulableGroup group)
Vector
getContent()
Vector
getGoOnSchedules(String startHour, String endHour)
Vector
getStartingSchedules(String startHour, String endHour)
Vector
getWithoutHourSchedules()
-
-
-
Field Detail
-
content
protected Vector content
-
-
Method Detail
-
getContent
public Vector getContent()
-
add
public void add(Schedulable schedule)
-
add
public void add(SchedulableGroup group)
-
getWithoutHourSchedules
public Vector getWithoutHourSchedules()
-
-