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, waitgetId, getName, getParent, getParentPath, getPathpublic AbstractAmetysObject()
public boolean equals(Object obj)
AmetysObjectequals in interface AmetysObjectequals in class Objectpublic int hashCode()
AmetysObjecthashCode in interface AmetysObjecthashCode in class Object