schedule
Class Quarter

java.lang.Object
  extended by schedule.Quarter

abstract class Quarter
extends java.lang.Object

Quarters are used to associate a generated schedule with a specific quarter


Field Summary
(package private)  java.lang.String quarterName
          The quarter name, i.e.
(package private)  java.util.Collection<Schedule> schedules
          A collection of schedules that are associated with this quarter
 
Constructor Summary
Quarter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quarterName

java.lang.String quarterName
The quarter name, i.e. Fall 2013


schedules

java.util.Collection<Schedule> schedules
A collection of schedules that are associated with this quarter

Constructor Detail

Quarter

Quarter()