@Embeddable public final class OrderIdentifier extends SalespointIdentifier
OrderIdentifier serves as an identifier type for Order objects. The main reason for its existence is
type safety for identifier across the Salespoint Framework. OrderIdentifier instances serve as primary key attribute in Order, but can also be used as a key for
non-persistent, Map-based implementations.| Constructor and Description |
|---|
OrderIdentifier()
Creates a new unique identifier for
Order. |
OrderIdentifier(String orderIdentifier)
Only needed for property editor, shouldn't be used otherwise.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.