com.ge.research.cmdemo.data
Class CoursesOfDay

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

public class CoursesOfDay
extends java.lang.Object


Constructor Summary
CoursesOfDay()
          Constructor of the class
 
Method Summary
 void addCourse(java.lang.String keyDay, java.lang.String keyTime, CourseAssignment crsAssign)
          Add a course to a specific day of week identified by the key
 java.util.List getContents()
           
 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

CoursesOfDay

public CoursesOfDay()
Constructor of the class

Method Detail

getHeader

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

Returns:

addCourse

public void addCourse(java.lang.String keyDay,
                      java.lang.String keyTime,
                      CourseAssignment crsAssign)
Add a course to a specific day of week identified by the key


getContents

public java.util.List getContents()