public interface ActivityRegistrationPeer extends OsidCapsule
An interface for the peers of the ActivityRegistration
relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getActivityId()
Gets the
Id of the activity. |
Id |
getRegistrationId()
Gets the
Id of the registration. |
Id |
getStudentId()
Gets the
Id of the student resource. |
Id getRegistrationId()
Id of the registration. Registration Id mandatory - This method must be implemented. Id getActivityId()
Id of the activity. Activity Id mandatory - This method must be implemented. Id getStudentId()
Id of the student resource. Resource Id mandatory - This method must be implemented.