public interface EnrollmentPeer extends OsidCapsule
An interface for the peers of the Enrollment
relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getProgramOfferingId()
Gets the
Id of the program offering. |
Id |
getStudentId()
Gets the
Id of the student resource. |
Id getProgramOfferingId()
Id of the program offering. ProgramOffering Id mandatory - This method must be implemented. Id getStudentId()
Id of the student resource. Resource Id mandatory - This method must be implemented.