Interface OfferingPeer

All Superinterfaces:
OsidCapsule

public interface OfferingPeer extends OsidCapsule

An interface for the peers of the Offering relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the canonical unit.
    Gets the Id of the time period.
  • Method Details

    • getCanonicalUnitId

      Id getCanonicalUnitId()
      Gets the Id of the canonical unit.
      Returns:
      the CanonicalUnit Id
      Compliance:
      mandatory - This method must be implemented.
    • getTimePeriodId

      Id getTimePeriodId()
      Gets the Id of the time period.
      Returns:
      the TimePeriod Id
      Compliance:
      mandatory - This method must be implemented.