Class AccountancyEntry.AccountancyEntryIdentifier

java.lang.Object
org.salespointframework.accountancy.AccountancyEntry.AccountancyEntryIdentifier
All Implemented Interfaces:
Serializable, org.jmolecules.ddd.types.Identifier
Enclosing class:
AccountancyEntry

@Embeddable public static class AccountancyEntry.AccountancyEntryIdentifier extends Object implements org.jmolecules.ddd.types.Identifier, Serializable
AccountancyEntry.AccountancyEntryIdentifier serves as an identifier type for AccountancyEntry objects. The main reason for its existence is type safety for identifier across the Salespoint Framework.
AccountancyEntry.AccountancyEntryIdentifier instances serve as primary key attribute in PersistentAccountancyEntry , but can also be used as a key for non-persistent, Map-based implementations.
Author:
Hannes Weisbach, Oliver Gierke
See Also: