Interface EntryPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Entry relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the customer.Gets theIdof the item.Gets theIdof the period.
-
Method Details
-
getCustomerId
Id getCustomerId()Gets theIdof the customer.- Returns:
- the
CustomerId - Compliance:
mandatory- This method must be implemented.
-
getItemId
Id getItemId()Gets theIdof the item.- Returns:
- the
ItemId - Compliance:
mandatory- This method must be implemented.
-
getPeriodId
Id getPeriodId()Gets theIdof the period.- Returns:
- the
PeriodId - Compliance:
mandatory- This method must be implemented.
-