view
Class Schedule

java.lang.Object
  extended by view.Schedule

abstract class Schedule
extends java.lang.Object

represents a schedule to be selected and viewed


Field Summary
(package private)  int term
           
(package private)  int year
           
 
Constructor Summary
Schedule()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term

int term

year

int year
Constructor Detail

Schedule

Schedule()