|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.Section
abstract class Section
represents a single section of a course
Field Summary | |
---|---|
(package private) Course |
courseId
|
(package private) Teacher |
courseInstructor
|
(package private) Room |
courseRoom
|
(package private) TimeBlock |
courseTime
|
(package private) java.util.Collection<WeekDay> |
days
|
Constructor Summary | |
---|---|
Section()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Teacher courseInstructor
Room courseRoom
TimeBlock courseTime
Course courseId
java.util.Collection<WeekDay> days
Constructor Detail |
---|
Section()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |