public static class OAVWeakIdGenerator.OAVExternalObjectId
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected OAVWeakIdGenerator.OAVInternalObjectId |
id
The object type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Test if two object are equal.
|
OAVWeakIdGenerator.OAVInternalObjectId |
getInternalId()
Get the internal id.
|
int |
hashCode()
Return the hashcode for this id.
|
java.lang.String |
toString()
Create a string representation of this OAV object id.
|
protected OAVWeakIdGenerator.OAVInternalObjectId id
public OAVWeakIdGenerator.OAVInternalObjectId getInternalId()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- The object to compare to.public int hashCode()
hashCode
in class java.lang.Object