instructor
Class TimeBlock

java.lang.Object
  extended by instructor.TimeBlock

public abstract class TimeBlock
extends java.lang.Object

This class contains the information for time block needed by Instructor Time Preferences.


Field Summary
(package private)  java.sql.Time blockEnd
           
(package private)  java.sql.Time blockStart
           
 
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
Constructor Detail

TimeBlock

public TimeBlock()