admin
Class TimeBlock

java.lang.Object
  extended by admin.TimeBlock

abstract class TimeBlock
extends java.lang.Object

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

blockStart

java.sql.Time blockStart

blockEnd

java.sql.Time blockEnd

adminSelected

boolean adminSelected

instructorSelected

boolean instructorSelected
Constructor Detail

TimeBlock

TimeBlock()