@Embeddable public final class ProductIdentifier extends SalespointIdentifier
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.| Constructor and Description |
|---|
ProductIdentifier()
Creates a new unique identifier for
Products. |
ProductIdentifier(String productIdentifier)
Only needed for property editor, shouldn't be used otherwise.
|
ProductIdentifier()
Products.ProductIdentifier(String productIdentifier)
productIdentifier - The string representation of the identifier.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.