Interface EnrollmentPeer

All Superinterfaces:
OsidCapsule

public interface EnrollmentPeer extends OsidCapsule

An interface for the peers of the Enrollment relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the program offering.
    Gets the Id of the student resource.
  • Method Details

    • getProgramOfferingId

      Id getProgramOfferingId()
      Gets the Id of the program offering.
      Returns:
      the ProgramOffering 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.