Interface CourseEntryPeer

All Superinterfaces:
OsidCapsule

public interface CourseEntryPeer extends OsidCapsule

An interface for the peers of the CourseEntry relationship.

  • Method Summary

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

    • getCourseId

      Id getCourseId()
      Gets the Id of the course.
      Returns:
      the Course 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.