Interface ActivityPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Activity relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the activity unit.Gets theIdof the course offering.Gets theIdof the term.
-
Method Details
-
getActivityUnitId
Id getActivityUnitId()Gets theIdof the activity unit.- Returns:
- the
ActivityUnitId - Compliance:
mandatory- This method must be implemented.
-
getCourseOfferingId
Id getCourseOfferingId()Gets theIdof the course offering.- Returns:
- the
CourseOfferingId - Compliance:
mandatory- This method must be implemented.
-
getTermId
Id getTermId()Gets theIdof the term.- Returns:
- the
TermId - Compliance:
mandatory- This method must be implemented.
-