Uses of Class
model.Course

Packages that use Course
model   
 

Uses of Course in model
 

Methods in model that return Course
 Course EnrolledIn.getCourse()
          Accessor for course
 Course RegistrationModel.getCourse(java.lang.String id)
          Lookup a course by id
 

Methods in model that return types with arguments of type Course
 java.util.Iterator<Course> RegistrationModel.courseIterator()
          Allow access to all courses
 

Methods in model with parameters of type Course
 void RegistrationModel.addCourse(Course newCourse)
          Add a course to the collection of courses
 

Constructors in model with parameters of type Course
EnrolledIn(Course course, Student student)
          Constructor