Interface GradeEntryPeer

All Superinterfaces:
OsidCapsule

public interface GradeEntryPeer extends OsidCapsule

An interface for the peers of the GradeEntry relationship.

  • Method Summary

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

    • getGradebookColumnId

      Id getGradebookColumnId()
      Gets the Id of the gradebook column.
      Returns:
      the GradebookColumn 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.