Interface AssessmentEntryPeer

All Superinterfaces:
OsidCapsule

public interface AssessmentEntryPeer extends OsidCapsule

An interface for the peers of the AssessmentEntry relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the assessment.
    Gets the Id of the studentresource.
  • Method Details

    • getAssessmentId

      Id getAssessmentId()
      Gets the Id of the assessment.
      Returns:
      the Assessment Id
      Compliance:
      mandatory - This method must be implemented.
    • getStudentId

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