|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.cmdemo.data.CoursesOfDay
| 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 |
public CoursesOfDay()
| Method Detail |
public java.util.List getHeader()
public void addCourse(java.lang.String keyDay,
java.lang.String keyTime,
CourseAssignment crsAssign)
public java.util.List getContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||