admin
Class Instructor

java.lang.Object
  extended by admin.Instructor

abstract class Instructor
extends java.lang.Object

The Instructor class contains the information necessary for the administrative user to view and change the instructor preferences.


Field Summary
(package private)  java.util.Collection<Course> coursePreferences
           
(package private)  java.lang.String name
           
(package private)  java.util.Collection<Day> preferedTeachingTimes
           
 
Constructor Summary
Instructor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

preferedTeachingTimes

java.util.Collection<Day> preferedTeachingTimes

coursePreferences

java.util.Collection<Course> coursePreferences
Constructor Detail

Instructor

Instructor()