Class OrderIdentifier

  • All Implemented Interfaces:
    Serializable

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