|
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.BusinessKey
BusinessKey is the unique identifier of a given BusinessEntity instance.
| Field Summary |
| Fields inherited from class inspireit.uddi.base.UDDIKey |
uddiKey, uriKey, uuidKey |
| Constructor Summary | |
BusinessKey()
BusinessKey default constructor. |
|
BusinessKey(java.lang.String businessKey)
BusinessKey constructor. |
|
BusinessKey(java.net.URI businessKey)
BusinessKey constructor. |
|
BusinessKey(UUID businessKey)
BusinessKey constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether this BusinessKey is equal to a passed Object o. |
| Methods inherited from class inspireit.uddi.base.UDDIKey |
getURI, getUUID, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BusinessKey()
public BusinessKey(UUID businessKey)
businessKey - The business key information as a UUID object.public BusinessKey(java.net.URI businessKey)
businessKey - The business key information as a URI object.public BusinessKey(java.lang.String businessKey)
businessKey - The business key information as a String.| Method Detail |
public 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 | |||||||||