|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.Course
abstract class Course
This class contains the information needed by the administrator interfaces to keep track of course preferences.
Field Summary | |
---|---|
(package private) java.lang.String |
dept
Course subject, eg. |
(package private) int |
fallInstances
Number of times the course is usually offered in the fall |
(package private) int |
number
Course number, 101, 102, 103, 307, 308... |
(package private) int |
springInstances
Number of times the course is usually offered in the spring |
(package private) int |
summerInstances
Number of times the course is usually offered in the summer |
(package private) java.lang.String |
title
Title of course. |
(package private) int |
winterInstances
Number of times the course is usually offered in the winter |
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 |
---|
java.lang.String title
int number
java.lang.String dept
int fallInstances
int winterInstances
int springInstances
int summerInstances
Constructor Detail |
---|
Course()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |