view
Class TimeBlock

java.lang.Object
  extended by view.TimeBlock

abstract class TimeBlock
extends java.lang.Object

represents a blocked out time of day using a startTime and endTime, in minutes since midnight


Field Summary
(package private)  int endTime
           
(package private)  int startTime
           
 
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

startTime

int startTime

endTime

int endTime
Constructor Detail

TimeBlock

TimeBlock()