Package org.salespointframework.catalog
Class ProductIdentifier
- java.lang.Object
-
- org.salespointframework.core.SalespointIdentifier
-
- org.salespointframework.catalog.ProductIdentifier
-
- All Implemented Interfaces:
Serializable
@Embeddable public final class ProductIdentifier extends SalespointIdentifier
{link ProductIdentifier} serves as an identifier type forProductobjects. The main reason for its existence is type safety for identifier across the Salespoint Framework.
ProductIdentifierinstances serve as primary key attribute inProduct, but can also be used as a key for non-persistent,Map-based implementations.- Author:
- Paul Henke, Oliver Gierke
- See Also:
- Serialized Form