|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.Day
abstract class Day
The Day class contains information on when the day starts and ends, as well as a collection of TimeBlocks corresponding the an instructor's preferred teaching times during a day.
Field Summary | |
---|---|
(package private) java.util.Collection<TimeBlock> |
blocks
|
(package private) java.sql.Time |
dayEnd
|
(package private) java.sql.Time |
dayStart
|
Constructor Summary | |
---|---|
Day()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Collection<TimeBlock> blocks
java.sql.Time dayStart
java.sql.Time dayEnd
Constructor Detail |
---|
Day()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |