public interface CourseContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCourse(String courseId)
Determines if the container contains a courses
|
List<Course> |
getCourses()
Get the list of child
Course |
boolean |
hasCourses()
Determines if the container contains courses
|
List<Course> getCourses()
Courseboolean containsCourse(String courseId)
courseId - id of the Course to testboolean hasCourses()