|
||||||||||
| 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.RelatedBusinessInfo
| Constructor Summary | |
RelatedBusinessInfo()
|
|
RelatedBusinessInfo(String businessKey,
Description[] description,
Name[] name,
SharedRelationships[] sharedRelationships)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getBusinessKey()
Gets the businessKey value for this RelatedBusinessInfo. |
Description[] |
getDescription()
Gets the description value for this RelatedBusinessInfo. |
Description |
getDescription(int i)
|
Name[] |
getName()
Gets the name value for this RelatedBusinessInfo. |
Name |
getName(int i)
|
SharedRelationships[] |
getSharedRelationships()
Gets the sharedRelationships value for this RelatedBusinessInfo. |
SharedRelationships |
getSharedRelationships(int i)
|
int |
hashCode()
|
void |
setBusinessKey(String businessKey)
Sets the businessKey value for this RelatedBusinessInfo. |
void |
setDescription(Description[] description)
Sets the description value for this RelatedBusinessInfo. |
void |
setDescription(int i,
Description _value)
|
void |
setName(int i,
Name _value)
|
void |
setName(Name[] name)
Sets the name value for this RelatedBusinessInfo. |
void |
setSharedRelationships(int i,
SharedRelationships _value)
|
void |
setSharedRelationships(SharedRelationships[] sharedRelationships)
Sets the sharedRelationships value for this RelatedBusinessInfo. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RelatedBusinessInfo()
public RelatedBusinessInfo(String businessKey,
Description[] description,
Name[] name,
SharedRelationships[] sharedRelationships)
| Method Detail |
public String getBusinessKey()
public void setBusinessKey(String businessKey)
businessKey - public Name[] getName()
public void setName(Name[] name)
name - public Name getName(int i)
public void setName(int i,
Name _value)
public Description[] getDescription()
public void setDescription(Description[] description)
description - public Description getDescription(int i)
public void setDescription(int i,
Description _value)
public SharedRelationships[] getSharedRelationships()
public void setSharedRelationships(SharedRelationships[] sharedRelationships)
sharedRelationships - public SharedRelationships getSharedRelationships(int i)
public void setSharedRelationships(int i,
SharedRelationships _value)
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 | |||||||||