Interface AwardEntryPeer

All Superinterfaces:
OsidCapsule

public interface AwardEntryPeer extends OsidCapsule

An interface for the peers of the AwardEntry relationship.

  • Method Summary

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

    • getAwardId

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

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