Interface CommitmentPeer

All Superinterfaces:
OsidCapsule

public interface CommitmentPeer extends OsidCapsule

An interface for the peers of the Commitment relationship.

  • Method Summary

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

    • getEventtId

      Id getEventtId()
      Gets the Id of the event.
      Returns:
      the Event 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.