|
||||||||||
| 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.BusinessEntity
| Constructor Summary | |
BusinessEntity()
|
|
BusinessEntity(String authorizedName,
String businessKey,
BusinessServices businessServices,
CategoryBag categoryBag,
Contacts contacts,
Description[] description,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
Name[] name,
String operator)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getAuthorizedName()
Gets the authorizedName value for this BusinessEntity. |
String |
getBusinessKey()
Gets the businessKey value for this BusinessEntity. |
BusinessServices |
getBusinessServices()
Gets the businessServices value for this BusinessEntity. |
CategoryBag |
getCategoryBag()
Gets the categoryBag value for this BusinessEntity. |
Contacts |
getContacts()
Gets the contacts value for this BusinessEntity. |
Description[] |
getDescription()
Gets the description value for this BusinessEntity. |
Description |
getDescription(int i)
|
DiscoveryURLs |
getDiscoveryURLs()
Gets the discoveryURLs value for this BusinessEntity. |
IdentifierBag |
getIdentifierBag()
Gets the identifierBag value for this BusinessEntity. |
Name[] |
getName()
Gets the name value for this BusinessEntity. |
Name |
getName(int i)
|
String |
getOperator()
Gets the operator value for this BusinessEntity. |
int |
hashCode()
|
void |
setAuthorizedName(String authorizedName)
Sets the authorizedName value for this BusinessEntity. |
void |
setBusinessKey(String businessKey)
Sets the businessKey value for this BusinessEntity. |
void |
setBusinessServices(BusinessServices businessServices)
Sets the businessServices value for this BusinessEntity. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this BusinessEntity. |
void |
setContacts(Contacts contacts)
Sets the contacts value for this BusinessEntity. |
void |
setDescription(Description[] description)
Sets the description value for this BusinessEntity. |
void |
setDescription(int i,
Description _value)
|
void |
setDiscoveryURLs(DiscoveryURLs discoveryURLs)
Sets the discoveryURLs value for this BusinessEntity. |
void |
setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this BusinessEntity. |
void |
setName(int i,
Name _value)
|
void |
setName(Name[] name)
Sets the name value for this BusinessEntity. |
void |
setOperator(String operator)
Sets the operator value for this BusinessEntity. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BusinessEntity()
public BusinessEntity(String authorizedName,
String businessKey,
BusinessServices businessServices,
CategoryBag categoryBag,
Contacts contacts,
Description[] description,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
Name[] name,
String operator)
| Method Detail |
public DiscoveryURLs getDiscoveryURLs()
public void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
discoveryURLs - 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 Contacts getContacts()
public void setContacts(Contacts contacts)
contacts - public BusinessServices getBusinessServices()
public void setBusinessServices(BusinessServices businessServices)
businessServices - public IdentifierBag getIdentifierBag()
public void setIdentifierBag(IdentifierBag identifierBag)
identifierBag - public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag categoryBag)
categoryBag - public String getBusinessKey()
public void setBusinessKey(String businessKey)
businessKey - public String getOperator()
public void setOperator(String operator)
operator - public String getAuthorizedName()
public void setAuthorizedName(String authorizedName)
authorizedName - 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 | |||||||||