Interface EnrollmentPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Enrollment relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the program offering.Gets theIdof the student resource.
-
Method Details
-
getProgramOfferingId
Id getProgramOfferingId()Gets theIdof the program offering.- Returns:
- the
ProgramOfferingId - Compliance:
mandatory- This method must be implemented.
-
getStudentId
Id getStudentId()Gets theIdof the student resource.- Returns:
- the
ResourceId - Compliance:
mandatory- This method must be implemented.
-