com.stratelia.webactiv.calendar.model
Class SchedulableList

java.lang.Object
  extended by com.stratelia.webactiv.calendar.model.SchedulableList
Direct Known Subclasses:
SchedulableGroup

public class SchedulableList
extends Object


Field Summary
protected  Vector content
           
 
Constructor Summary
SchedulableList()
           
SchedulableList(String day)
           
SchedulableList(String day, Vector elements)
           
 
Method Summary
 void add(Schedulable schedule)
           
 void add(SchedulableGroup group)
           
 Vector getContent()
           
 Vector getGoOnSchedules(String startHour, String endHour)
           
 Vector getStartingSchedules(String startHour, String endHour)
           
 Vector getWithoutHourSchedules()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected Vector content
Constructor Detail

SchedulableList

public SchedulableList()

SchedulableList

public SchedulableList(String day)

SchedulableList

public SchedulableList(String day,
                       Vector elements)
Method Detail

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.