Interface ConferralPeer

All Superinterfaces:
OsidCapsule

public interface ConferralPeer extends OsidCapsule

An interface for the peers of the Conferral relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the award.
    Gets the Id of the recipient.
  • Method Details

    • getAwardId

      Id getAwardId()
      Gets the Id of the award.
      Returns:
      the Award Id
      Compliance:
      mandatory - This method must be implemented.
    • getRecipientId

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