Package org.salespointframework.core
Class SalespointIdentifier
- java.lang.Object
-
- org.salespointframework.core.SalespointIdentifier
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountancyEntryIdentifier,InventoryItemIdentifier,OrderIdentifier,ProductIdentifier,UserAccountIdentifier
@MappedSuperclass public class SalespointIdentifier extends Object implements Serializable
- Author:
- Hannes Weisbach, Thomas Dedek, Oliver Gierke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SalespointIdentifier()SalespointIdentifier(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetIdentifier()inthashCode()StringtoString()
-