|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.ServiceInfo
| Constructor Summary | |
ServiceInfo()
|
|
ServiceInfo(String businessKey,
Name[] name,
String serviceKey)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getBusinessKey()
Gets the businessKey value for this ServiceInfo. |
Name[] |
getName()
Gets the name value for this ServiceInfo. |
Name |
getName(int i)
|
String |
getServiceKey()
Gets the serviceKey value for this ServiceInfo. |
int |
hashCode()
|
void |
setBusinessKey(String businessKey)
Sets the businessKey value for this ServiceInfo. |
void |
setName(int i,
Name _value)
|
void |
setName(Name[] name)
Sets the name value for this ServiceInfo. |
void |
setServiceKey(String serviceKey)
Sets the serviceKey value for this ServiceInfo. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceInfo()
public ServiceInfo(String businessKey,
Name[] name,
String serviceKey)
| Method Detail |
public Name[] getName()
public void setName(Name[] name)
name - public Name getName(int i)
public void setName(int i,
Name _value)
public String getServiceKey()
public void setServiceKey(String serviceKey)
serviceKey - public String getBusinessKey()
public void setBusinessKey(String businessKey)
businessKey - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||