public interface EntryPeer extends OsidCapsule
An interface for the peers of the Entry relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getCustomerId()
Gets the
Id of the customer. |
Id |
getItemId()
Gets the
Id of the item. |
Id |
getPeriodId()
Gets the
Id of the period. |
Id getCustomerId()
Id of the customer. Customer Id mandatory - This method must be implemented. Id getItemId()
Id of the item. Item Id mandatory - This method must be implemented. Id getPeriodId()
Id of the period. Period Id mandatory - This method must be implemented.