student
Class Course

java.lang.Object
  extended by student.Course

abstract class Course
extends java.lang.Object

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


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

Field Detail

title

java.lang.String title

number

int number

quarter

Quarter quarter
Constructor Detail

Course

Course()