Interface ActivityRegistrationPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the ActivityRegistration
relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the activity.Gets theIdof the registration.Gets theIdof the student resource.
-
Method Details
-
getRegistrationId
Id getRegistrationId()Gets theIdof the registration.- Returns:
- the
RegistrationId - Compliance:
mandatory- This method must be implemented.
-
getActivityId
Id getActivityId()Gets theIdof the activity.- Returns:
- the
ActivityId - 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.
-