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 and primary key for AccountancyEntry
objects. The main reason for its existence is type safety for identifiers across the Salespoint framework. However,
it can also be used as a key for non-persistent, Map
-based implementations.- Author:
- Hannes Weisbach, Oliver Drotbohm
- See Also:
-
Method Summary