public interface CourseListContainer
CourseList| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCourseList(String clId)
Determines if this
CourseListContainer contains the given course list as child |
List<CourseList> |
getCourseLists()
Returns the child course lists
|
boolean |
hasCourseLists()
Determines if this
CourseListContainer contains child course list |
List<CourseList> getCourseLists()
boolean containsCourseList(String clId)
CourseListContainer contains the given course list as childclId - id of the CourseList to testCourseListContainerboolean hasCourseLists()
CourseListContainer contains child course listCourseListContainer contains at least a child course list