|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.Instructor
abstract class Instructor
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 |
---|
java.lang.String name
java.util.Collection<Day> preferedTeachingTimes
java.util.Collection<Course> coursePreferences
Constructor Detail |
---|
Instructor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |