Uses of Class
registrationsystem.model.Course

Packages that use Course
registrationsystem.model   
 

Uses of Course in registrationsystem.model
 

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

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

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

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