public class ConnectionIDImpl extends java.lang.Object implements ConnectionID
| Constructor and Description |
|---|
ConnectionIDImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ProMID o) |
boolean |
equals(java.lang.Object o)
ProMID are used in Collections, so this method has to be implemented in
all its subclasses.
|
boolean |
equalsIgnoreType(java.lang.Object o)
Determines equality between this ProMID and any given object.
|
java.util.UUID |
getUUID()
Returns a UUID that is used for this object.
|
int |
hashCode()
ProMID are used in HashMaps, so this method has to be implemented in all
its subclasses.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
ProMIDpublic boolean equals(java.lang.Object o)
ProMIDpublic boolean equalsIgnoreType(java.lang.Object o)
ProMIDequalsIgnoreType in interface ProMIDo - the object to compare the string representation withpublic int compareTo(ProMID o)
compareTo in interface java.lang.Comparable<ProMID>