|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.util.UUID
UUID class to generate unique identifiers compliant with the UDDI format.
| Field Summary | |
protected java.lang.String |
uuidStr
String representation of the UUID. |
| Constructor Summary | |
UUID()
UUID constructor. |
|
UUID(java.lang.String uuidStr)
UUID constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an Object is equal to this UUID. |
java.lang.String |
toString()
Gets a String representation of the UUID. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String uuidStr
| Constructor Detail |
public UUID()
public UUID(java.lang.String uuidStr)
uuidStr - String representation of the unique identifier.| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The Object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||