Class InventoryItemIdentifier

  • All Implemented Interfaces:
    Serializable

    @Embeddable
    public class InventoryItemIdentifier
    extends SalespointIdentifier
    InventoryItemIdentifier serves as an identifier type for UniqueInventoryItem objects. The main reason for its existence is type safety for identifier across the Salespoint Framework.
    InventoryItemIdentifier instances serve as primary key attribute in UniqueInventoryItem, but can also be used as a key for non-persistent, Map-based implementations.
    Author:
    Paul Henke, Oliver Gierke
    See Also:
    Serialized Form