schedule
Class Course

java.lang.Object
  extended by schedule.Course

public abstract class Course
extends java.lang.Object

Object that describes a particular course

This object is derived from Section 2. Functional requirements


Field Summary
(package private)  int courseNum
           
(package private)  java.lang.String dept
           
(package private)  Teacher teacher
           
 
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

teacher

Teacher teacher

dept

java.lang.String dept

courseNum

int courseNum
Constructor Detail

Course

public Course()