Package org.salespointframework.order
Class OrderIdentifier
- java.lang.Object
-
- org.salespointframework.core.SalespointIdentifier
-
- org.salespointframework.order.OrderIdentifier
-
- All Implemented Interfaces:
Serializable
@Embeddable public final class OrderIdentifier extends SalespointIdentifier
OrderIdentifierserves as an identifier type forOrderobjects. The main reason for its existence is type safety for identifier across the Salespoint Framework.
OrderIdentifierinstances serve as primary key attribute inOrder, but can also be used as a key for non-persistent,Map-based implementations.- Author:
- Thomas Dedek
- See Also:
- Serialized Form