com.stratelia.webactiv.calendar.model
Class SchedulableList
java.lang.Object
com.stratelia.webactiv.calendar.model.SchedulableList
- Direct Known Subclasses:
- SchedulableGroup
public class SchedulableList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected Vector content
SchedulableList
public SchedulableList()
SchedulableList
public SchedulableList(String day)
SchedulableList
public SchedulableList(String day,
Vector elements)
getContent
public Vector getContent()
add
public void add(Schedulable schedule)
add
public void add(SchedulableGroup group)
getStartingSchedules
public Vector getStartingSchedules(String startHour,
String endHour)
getWithoutHourSchedules
public Vector getWithoutHourSchedules()
getGoOnSchedules
public Vector getGoOnSchedules(String startHour,
String endHour)
Copyright © 2016 Silverpeas. All Rights Reserved.