Interface EntryPeer

All Superinterfaces:
OsidCapsule

public interface EntryPeer extends OsidCapsule

An interface for the peers of the Entry relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the customer.
    Gets the Id of the item.
    Gets the Id of the period.
  • Method Details

    • getCustomerId

      Id getCustomerId()
      Gets the Id of the customer.
      Returns:
      the Customer Id
      Compliance:
      mandatory - This method must be implemented.
    • getItemId

      Id getItemId()
      Gets the Id of the item.
      Returns:
      the Item Id
      Compliance:
      mandatory - This method must be implemented.
    • getPeriodId

      Id getPeriodId()
      Gets the Id of the period.
      Returns:
      the Period Id
      Compliance:
      mandatory - This method must be implemented.