com.ibm.uddi.datatypes
Class BusinessEntity
- java.lang.Object
com.ibm.uddi.datatypes.BusinessEntity
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class BusinessEntity
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
BusinessEntity()
Deprecated. Default constructor.
|
BusinessEntity(java.lang.String name)
Deprecated. Constructs a BusinessEntity with a single specified name, with no language attribute.
|
BusinessEntity(java.lang.String name,java.lang.String language)
Deprecated. Constructs a BusinessEntity with the specified name in the specified language.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAuthorizedName()
Deprecated. Returns the authorizedName of this BusinessEntity.
|
|
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessEntity.
|
getBusinessServices()
Deprecated. Returns the
BusinessServiceList of this BusinessEntity.
|
|
getCategoryBag()
Deprecated. Returns the
CategoryBag of this BusinessEntity.
|
|
getContacts()
Deprecated. Returns the
ContactList of this BusinessEntity.
|
|
getDescriptions()
Deprecated. Returns the
DescriptionList of this BusinessEntity.
|
|
getDiscoveryURLs()
Deprecated. Returns the
DiscoveryUrlList of this BusinessEntity.
|
|
getIdentifierBag()
Deprecated. Returns the
IdentifierBag of this BusinessEntity.
|
|
getNames()
Deprecated. Returns the
NameList of this BusinessEntity.
|
|
|
getOperator()
Deprecated. Returns the operator of the UDDI registry that supplied this data.
|
|
setAuthorizedName(java.lang.String authorizedName)
Deprecated. Sets the authorizedName of this BusinessEntity.
|
|
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessEntity.
|
|
setBusinessServices(BusinessServiceList businessServices)
Deprecated. Sets the
BusinessServiceList of this BusinessEntity.
|
|
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the
CategoryBag of this BusinessEntity.
|
|
setContacts(ContactList contacts)
Deprecated. Sets the
ContactList of this BusinessEntity.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this BusinessEntity.
|
|
setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
Deprecated. Sets the
DiscoveryUrlList of this BusinessEntity.
|
|
setIdentifierBag(IdentifierBag identifierBag)
Deprecated. Sets the
IdentifierBag of this BusinessEntity.
|
|
setNames(NameList names)
Deprecated. Sets the
NameList of this BusinessEntity.
|
|
setOperator(java.lang.String operatorName)
Deprecated. Sets the operator of the UDDI registry that supplied this data.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
BusinessEntity
- public BusinessEntity()
Deprecated.
Default constructor.
BusinessEntity
- public BusinessEntity(java.lang.String name)
Deprecated.
Constructs a BusinessEntity with a single specified name, with no language attribute.
Parameters:
name
- the name of the BusinessEntity BusinessEntity
- public BusinessEntity(java.lang.String name,
- java.lang.String language)
Deprecated.
Constructs a BusinessEntity with the specified name in the specified language.
Parameters:
name
- the name of the BusinessEntity language
- the language of the BusinessEntity name Method Detail
getBusinessKey
- public java.lang.String getBusinessKey( )
Deprecated.
Returns the businessKey of this BusinessEntity.
Returns:
the businessKey of this BusinessEntity.
setBusinessKey
- public void setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessEntity.
Parameters:
businessKey
- the businessKey of this BusinessEntity. getOperator
- public java.lang.String getOperator( )
Deprecated.
Returns the operator of the UDDI registry that supplied this data.
Returns:
the operator of the UDDI registry that supplied this data.
setOperator
- public void setOperator(java.lang.String operatorName)
Deprecated.
Sets the operator of the UDDI registry that supplied this data.
Parameters:
operatorName
- the operator of the UDDI registry that supplied this data. getAuthorizedName
- public java.lang.String getAuthorizedName( )
Deprecated.
Returns the authorizedName of this BusinessEntity.
Returns:
the authorizedName of this BusinessEntity.
setAuthorizedName
- public void setAuthorizedName(java.lang.String authorizedName)
Deprecated.
Sets the authorizedName of this BusinessEntity.
Parameters:
authorizedName
- the authorizedName of this BusinessEntity. getDiscoveryURLs
- public DiscoveryUrlList getDiscoveryURLs( )
Deprecated.
Returns the
DiscoveryUrlList
of this BusinessEntity.
Returns:
the DiscoveryUrlList of this BusinessEntity.
setDiscoveryURLs
- public void setDiscoveryURLs(DiscoveryUrlList discoveryURLs)
Deprecated.
Sets the
DiscoveryUrlList
of this BusinessEntity.
Parameters:
discoveryURLs
- the DiscoveryUrlList of this BusinessEntity. getNames
- public NameList getNames()
Deprecated.
Returns the
NameList
of this BusinessEntity.
Returns:
the NameList of this BusinessEntity.
setNames
- public void setNames(NameList names)
Deprecated.
Sets the
NameList
of this BusinessEntity.
Parameters:
names
- the NameList of this BusinessEntity. getDescriptions
- public DescriptionList getDescriptions( )
Deprecated.
Returns the
DescriptionList
of this BusinessEntity.
Returns:
the DescriptionList of this BusinessEntity.
setDescriptions
- public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList
of this BusinessEntity.
Parameters:
descriptions
- the DescriptionList of this BusinessEntity. getContacts
- public ContactList getContacts( )
Deprecated.
Returns the
ContactList
of this BusinessEntity.
Returns:
the ContactList of this BusinessEntity.
setContacts
- public void setContacts(ContactList contacts)
Deprecated.
Sets the
ContactList
of this BusinessEntity.
Parameters:
contacts
- the ContactList of this BusinessEntity. getBusinessServices
- public BusinessServiceList getBusinessServices( )
Deprecated.
Returns the
BusinessServiceList
of this BusinessEntity.
Returns:
the BusinessServiceList of this BusinessEntity.
setBusinessServices
- public void setBusinessServices( BusinessServiceList businessServices)
Deprecated.
Sets the
BusinessServiceList
of this BusinessEntity.
Parameters:
businessServices
- the BusinessServiceList of this BusinessEntity. getIdentifierBag
- public IdentifierBag getIdentifierBag( )
Deprecated.
Returns the
IdentifierBag
of this BusinessEntity.
Returns:
the IdentifierBag of this BusinessEntity.
setIdentifierBag
- public void setIdentifierBag(IdentifierBag identifierBag)
Deprecated.
Sets the
IdentifierBag
of this BusinessEntity.
Parameters:
identifierBag
- the IdentifierBag of this BusinessEntity. getCategoryBag
- public CategoryBag getCategoryBag( )
Deprecated.
Returns the
CategoryBag
of this BusinessEntity.
Returns:
the CategoryBag of this BusinessEntity.
setCategoryBag
- public void setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the
CategoryBag
of this BusinessEntity.
Parameters:
categoryBag
- the CategoryBag of this BusinessEntity.