Interface OfferingPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Offering relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the canonical unit.Gets theIdof the time period.
-
Method Details
-
getCanonicalUnitId
Id getCanonicalUnitId()Gets theIdof the canonical unit.- Returns:
- the
CanonicalUnitId - 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.
-