view
Class Section

java.lang.Object
  extended by view.Section

abstract class Section
extends java.lang.Object

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

courseInstructor

Teacher courseInstructor

courseRoom

Room courseRoom

courseTime

TimeBlock courseTime

courseId

Course courseId

days

java.util.Collection<WeekDay> days
Constructor Detail

Section

Section()