|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectschedule.Quarter
abstract class Quarter
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 |
---|
java.lang.String quarterName
java.util.Collection<Schedule> schedules
Constructor Detail |
---|
Quarter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |