|
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.base.UDDIKey
|
+--inspireit.uddi.base.TModelKey
TModelKey is the unique identifier of a given TModel instance.
| Field Summary |
| Fields inherited from class inspireit.uddi.base.UDDIKey |
uddiKey, uriKey, uuidKey |
| Constructor Summary | |
TModelKey()
TModelKey default constructor. |
|
TModelKey(java.lang.String tModelKey)
TModelKey constructor. |
|
TModelKey(java.net.URI tModelKey)
TModelKey constructor. |
|
TModelKey(UUID tModelKey)
TModelKey constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether this TModelKey is equal to a passed Object o. |
java.lang.String |
toString()
Gets a String representation of the TModelKey. |
| Methods inherited from class inspireit.uddi.base.UDDIKey |
getURI, getUUID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TModelKey()
public TModelKey(UUID tModelKey)
tModelKey - The tModel key information as a UUID.public TModelKey(java.net.URI tModelKey)
tModelKey - The tModel key information as a URI.public TModelKey(java.lang.String tModelKey)
tModelKey - The tModel key information as a String.| Method Detail |
public java.lang.String toString()
toString in class UDDIKeypublic boolean equals(java.lang.Object o)
equals in class UDDIKeyo - The Object to check for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||