public interface ActivityPeer extends OsidCapsule
An interface for the peers of the Activity relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getActivityUnitId()
Gets the
Id of the activity unit. |
Id |
getCourseOfferingId()
Gets the
Id of the course offering. |
Id |
getTermId()
Gets the
Id of the term. |
Id getActivityUnitId()
Id of the activity unit. ActivityUnit Id mandatory - This method must be implemented. Id getCourseOfferingId()
Id of the course offering. CourseOffering Id mandatory - This method must be implemented. Id getTermId()
Id of the term. Term Id mandatory - This method must be implemented.