Interface ParticipantPeer

All Superinterfaces:
OsidCapsule

public interface ParticipantPeer extends OsidCapsule

An interface for the peers of the Participant relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the offering.
    Gets the Id of the resource.
  • Method Details

    • getOfferingId

      Id getOfferingId()
      Gets the Id of the offering.
      Returns:
      the Offering Id
      Compliance:
      mandatory - This method must be implemented.
    • getResourceId

      Id getResourceId()
      Gets the Id of the resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.