Interface CourseOfferingPeer

All Superinterfaces:
OsidCapsule

public interface CourseOfferingPeer extends OsidCapsule

An interface for the peers of the CourseOffering relationship.

  • Method Summary

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

    • getCourseId

      Id getCourseId()
      Gets the Id of the course.
      Returns:
      the Course 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.