Interface CreditPeer

All Superinterfaces:
OsidCapsule

public interface CreditPeer extends OsidCapsule

An interface for the peers of the Credit relationship.

  • Method Summary

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

    • getReferenceId

      Id getReferenceId()
      Gets the Id of the reference.
      Returns:
      the reference 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.