public abstract class AbstractEntity<ID extends SalespointIdentifier>
extends java.lang.Object
equals(Object) and hashCode().| Constructor and Description |
|---|
AbstractEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract ID |
getIdentifier()
Returns the
SalespointIdentifier. |
int |
hashCode() |
public abstract ID getIdentifier()
SalespointIdentifier.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object