Interface DocetPeer

All Superinterfaces:
OsidCapsule

public interface DocetPeer extends OsidCapsule

An interface for the peers of the Docet relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the activity unit.
    Gets the Id of the module.
  • Method Details

    • getModuleId

      Id getModuleId()
      Gets the Id of the module.
      Returns:
      the SyllabusOffering Id
      Compliance:
      mandatory - This method must be implemented.
    • getActivityUnitId

      Id getActivityUnitId()
      Gets the Id of the activity unit.
      Returns:
      the ActivityUnit Id
      Compliance:
      mandatory - This method must be implemented.