com.stratelia.webactiv.calendar.model
Class SchedulableGroup

java.lang.Object
  extended by com.stratelia.webactiv.calendar.model.SchedulableList
      extended by com.stratelia.webactiv.calendar.model.SchedulableGroup

public class SchedulableGroup
extends SchedulableList


Field Summary
 
Fields inherited from class com.stratelia.webactiv.calendar.model.SchedulableList
content
 
Constructor Summary
SchedulableGroup()
           
 
Method Summary
 void add(Schedulable schedule)
           
 void add(SchedulableGroup group)
           
 String getEndHour()
           
 int getMinuteDuration()
           
 String getStartHour()
           
 Vector getStartingSchedules(String hour)
           
 boolean isOver(Schedulable schedule)
           
 boolean isOver(SchedulableGroup group)
           
 
Methods inherited from class com.stratelia.webactiv.calendar.model.SchedulableList
getContent, getGoOnSchedules, getStartingSchedules, getWithoutHourSchedules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulableGroup

public SchedulableGroup()
Method Detail

isOver

public boolean isOver(Schedulable schedule)

isOver

public boolean isOver(SchedulableGroup group)

add

public void add(Schedulable schedule)
Overrides:
add in class SchedulableList

add

public void add(SchedulableGroup group)
Overrides:
add in class SchedulableList

getStartHour

public String getStartHour()

getEndHour

public String getEndHour()

getStartingSchedules

public Vector getStartingSchedules(String hour)

getMinuteDuration

public int getMinuteDuration()


Copyright © 2016 Silverpeas. All Rights Reserved.