|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.TimeBlock
abstract class TimeBlock
The TimeBlock class contains information pertaining to the time preferences selected either by an instructor or administrator. This information includes a start and end time, as well as booleans to indicate if this time was selected originally by the instructor or by an administrator.
Field Summary | |
---|---|
(package private) boolean |
adminSelected
|
(package private) java.sql.Time |
blockEnd
|
(package private) java.sql.Time |
blockStart
|
(package private) boolean |
instructorSelected
|
Constructor Summary | |
---|---|
TimeBlock()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.sql.Time blockStart
java.sql.Time blockEnd
boolean adminSelected
boolean instructorSelected
Constructor Detail |
---|
TimeBlock()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |