Interface AssessmentTakenPeer

All Superinterfaces:
OsidCapsule

public interface AssessmentTakenPeer extends OsidCapsule

An interface for the peers of the AssessmentTaken relationship.

  • Method Summary

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

    • getAssessmetOfferedId

      Id getAssessmetOfferedId()
      Gets the Id of the assessment offered.
      Returns:
      the AssessmentOffered Id
      Compliance:
      mandatory - This method must be implemented.
    • getTakerId

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