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 for Product objects. The main reason for its existence is type safety for identifier across the Salespoint Framework.
ProductIdentifier instances serve as primary key attribute in Product, but can also be used as a key for non-persistent, Map-based implementations.
Author:
Paul Henke, Oliver Gierke
See Also:
Serialized Form