Interface ActivityPeer

All Superinterfaces:
OsidCapsule

public interface ActivityPeer extends OsidCapsule

An interface for the peers of the Activity relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the activity unit.
    Gets the Id of the course offering.
    Gets the Id of the term.
  • Method Details

    • getActivityUnitId

      Id getActivityUnitId()
      Gets the Id of the activity unit.
      Returns:
      the ActivityUnit Id
      Compliance:
      mandatory - This method must be implemented.
    • getCourseOfferingId

      Id getCourseOfferingId()
      Gets the Id of the course offering.
      Returns:
      the CourseOffering Id
      Compliance:
      mandatory - This method must be implemented.
    • getTermId

      Id getTermId()
      Gets the Id of the term.
      Returns:
      the Term Id
      Compliance:
      mandatory - This method must be implemented.