Interface CourseRegistrationPeer

All Superinterfaces:
OsidCapsule

public interface CourseRegistrationPeer extends OsidCapsule

An interface for the peers of the CourseRegistration relationship.

  • Method Details

    • getRegistrationId

      Id getRegistrationId()
      Gets the Id of the registration.
      Returns:
      the Registration Id
      Compliance:
      mandatory - This method must be implemented.
    • getCourseOfferingId

      Id getCourseOfferingId()
      Gets the Id of the course offering.
      Returns:
      the CourseOffering Id
      Compliance:
      mandatory - This method must be implemented.
    • getStudentId

      Id getStudentId()
      Gets the Id of the student resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.