schedule
Class Room

java.lang.Object
  extended by schedule.Room

public abstract class Room
extends java.lang.Object

A room object that is used in the Manual Schedule Generation view, shown in Figure 2.4.3.1.


Field Summary
(package private)  java.lang.String building
          The building and number of the room
(package private)  java.lang.String roomNumber
           
 
Constructor Summary
Room()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

building

java.lang.String building
The building and number of the room


roomNumber

java.lang.String roomNumber
Constructor Detail

Room

public Room()