com.ge.research.cmdemo.data
Class RoomsOfDay

java.lang.Object
  extended bycom.ge.research.cmdemo.data.RoomsOfDay

public class RoomsOfDay
extends java.lang.Object


Constructor Summary
RoomsOfDay()
          Constructor of the class
 
Method Summary
 void assignRoom(java.lang.String keyDay, java.lang.String keyTime, RoomAssignment rmAssign)
          Add a course to a specific day of week identified by the key
 java.util.List getContents()
           
 java.util.List getContentsWithDecorator()
           
 java.util.List getHeader()
          Make header of the table and return in collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomsOfDay

public RoomsOfDay()
Constructor of the class

Method Detail

getHeader

public java.util.List getHeader()
Make header of the table and return in collection

Returns:

assignRoom

public void assignRoom(java.lang.String keyDay,
                       java.lang.String keyTime,
                       RoomAssignment rmAssign)
Add a course to a specific day of week identified by the key


getContents

public java.util.List getContents()

getContentsWithDecorator

public java.util.List getContentsWithDecorator()