@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
Product s. |
ProductIdentifier(String productIdentifier)
Only needed for property editor, shouldn't be used otherwise.
|
ProductIdentifier()
Product
s.ProductIdentifier(String productIdentifier)
productIdentifier
- The string representation of the identifier.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.