Interface DocetPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Docet relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the activity unit.Gets theIdof the module.
-
Method Details
-
getModuleId
Id getModuleId()Gets theIdof the module.- Returns:
- the
SyllabusOfferingId - Compliance:
mandatory- This method must be implemented.
-
getActivityUnitId
Id getActivityUnitId()Gets theIdof the activity unit.- Returns:
- the
ActivityUnitId - Compliance:
mandatory- This method must be implemented.
-