Interface ProgramEntryPeer

All Superinterfaces:
OsidCapsule

public interface ProgramEntryPeer extends OsidCapsule

An interface for the peers of the ProgramEntry relationship.

  • Method Summary

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

    • getProgramId

      Id getProgramId()
      Gets the Id of the program.
      Returns:
      the Program Id
      Compliance:
      mandatory - This method must be implemented.
    • getStudentId

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