public interface Id extends OsidPrimitive
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines if the authority, namespace, and identfier of the
given Id is equal to this one.
|
int |
hashCode()
Returns a hash code value for this
Id based on
the authority, namespace, and identifier of this Id. |
toStringboolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - an object to compare true if the given object is equal to
this Version, false
otherwiseint hashCode()
Id based on
the authority, namespace, and identifier of this Id.hashCode in class java.lang.Object