Interface SchedulePeer

All Superinterfaces:
OsidCapsule

public interface SchedulePeer extends OsidCapsule

An interface for the peers of the Schedule relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the schedule slot.
    Gets the Id of the time period.
  • Method Details

    • getScheduleSlotId

      Id getScheduleSlotId()
      Gets the Id of the schedule slot.
      Returns:
      the ScheduleSlot Id
      Compliance:
      mandatory - This method must be implemented.
    • getTimePeriodId

      Id getTimePeriodId()
      Gets the Id of the time period.
      Returns:
      the TimePeriod Id
      Compliance:
      mandatory - This method must be implemented.