Interface ProgramOfferingPeer

All Superinterfaces:
OsidCapsule

public interface ProgramOfferingPeer extends OsidCapsule

An interface for the peers of the ProgramOffering .

  • Method Summary

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

    • getProgramId

      Id getProgramId()
      Gets the Id of the program.
      Returns:
      the Program 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.