public abstract class AbstractAmetysObject extends Object implements AmetysObject
AmetysObject
.Constructor and Description |
---|
AbstractAmetysObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Two AmetysObjects are equals if and only if their ids are equals.
|
int |
hashCode()
The hashCode of an AmetysObject must be the hashCode of its id.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getName, getParent, getParentPath, getPath
public AbstractAmetysObject()
public boolean equals(Object obj)
AmetysObject
equals
in interface AmetysObject
equals
in class Object
public int hashCode()
AmetysObject
hashCode
in interface AmetysObject
hashCode
in class Object