student
Class Quarter

java.lang.Object
  extended by student.Quarter

abstract class Quarter
extends java.lang.Object

This class contains the necessary information for maintaining quarters in the student interfaces.


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

Field Detail

term

java.lang.String term

year

int year
Constructor Detail

Quarter

Quarter()