|
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.EntityKey
EntityKey is an element of a GetOperationalInfo call. It represents the key of an entity for which operational information has to be determined.
| Field Summary | |
protected boolean |
derivedFromTModelKey
Whether this is an EntituKey derived from a TModelKey. |
| Fields inherited from class inspireit.uddi.base.UDDIKey |
uddiKey, uriKey, uuidKey |
| Constructor Summary | |
EntityKey(BusinessKey businessKey)
Constructor for an EntityKey derived from a BusinessKey. |
|
EntityKey(ServiceKey serviceKey)
Constructor for an EntityKey derived from a ServiceKey. |
|
EntityKey(java.lang.String entityKey)
Constructor for an EntityKey derived from a String value. |
|
EntityKey(TModelKey tModelKey)
Constructor for an EntityKey derived from a TModelKey. |
|
| Method Summary | |
java.lang.String |
toString()
Gets a String representation of the EntityKey. |
| Methods inherited from class inspireit.uddi.base.UDDIKey |
equals, getURI, getUUID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected boolean derivedFromTModelKey
| Constructor Detail |
public EntityKey(BusinessKey businessKey)
businessKey - The BusinessKey.public EntityKey(ServiceKey serviceKey)
serviceKey - The ServiceKey.public EntityKey(TModelKey tModelKey)
tModelKey - The TModelKey.public EntityKey(java.lang.String entityKey)
entityKey - The EntityKey value as a String.| Method Detail |
public java.lang.String toString()
toString in class UDDIKey
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||