Interface ProficiencyPeer

All Superinterfaces:
OsidCapsule

public interface ProficiencyPeer extends OsidCapsule

An interface for the peers of the Proficiency relationship.

  • Method Summary

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

    • getObjectiveId

      Id getObjectiveId()
      Gets the Id of the objective.
      Returns:
      the Objective 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.