Interface EffortPeer

All Superinterfaces:
OsidCapsule

public interface EffortPeer extends OsidCapsule

An interface for the peers of the Effort relationship.

  • Method Summary

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

    • getResourceId

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

      Id getCommissionId()
      Gets the Id of the commission.
      Returns:
      the Commission Id
      Compliance:
      mandatory - This method must be implemented.