Interface AssessmentEntryPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the AssessmentEntry relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the assessment.Gets theIdof the studentresource.
-
Method Details
-
getAssessmentId
Id getAssessmentId()Gets theIdof the assessment.- Returns:
- the
AssessmentId - Compliance:
mandatory- This method must be implemented.
-
getStudentId
Id getStudentId()Gets theIdof the studentresource.- Returns:
- the resource
Id - Compliance:
mandatory- This method must be implemented.
-