Interface SchedulePeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Schedule relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the schedule slot.Gets theIdof the time period.
-
Method Details
-
getScheduleSlotId
Id getScheduleSlotId()Gets theIdof the schedule slot.- Returns:
- the
ScheduleSlotId - Compliance:
mandatory- This method must be implemented.
-
getTimePeriodId
Id getTimePeriodId()Gets theIdof the time period.- Returns:
- the
TimePeriodId - Compliance:
mandatory- This method must be implemented.
-