schedule
Class ScheduledItem

java.lang.Object
  extended by schedule.ScheduledItem

public class ScheduledItem
extends java.lang.Object

A class for a course that has been scheduled at a specific time block on a schedule


Field Summary
(package private)  Course course
           
(package private)  Room room
           
(package private)  TimeBlock timeBlock
           
 
Constructor Summary
ScheduledItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeBlock

TimeBlock timeBlock

course

Course course

room

Room room
Constructor Detail

ScheduledItem

public ScheduledItem()