Class BusinessEntity
java.lang.Object
com.appiancorp.suiteapi.process.webservices.BusinessEntity
- All Implemented Interfaces:
Serializable
This bean represents the Business Information that is registered with the
WebServices Registry. All the services for a particular Business or
Organization that are published as web service are published under the
Business registered with the RegistryServer
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A bean detailing contact information -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the information for administrative contact person.Gets the descriptionGets the Organization or Business Entity nameGets the URL of UDDI registry at which the Business Entity is registeredgetUuid()
Gets the UuId String.void
setContactInformation
(BusinessEntity.ContactBean contactInformation) Sets the contact informationvoid
setDescription
(String description) Sets the descriptionvoid
setOrganizationName
(String orgName) Sets the organization namevoid
setUddiRegistry
(String uddiRegistry) Sets the URL of UDDI registryvoid
sets the Uuid
-
Constructor Details
-
BusinessEntity
public BusinessEntity()
-
-
Method Details
-
getContactInformation
Gets the information for administrative contact person.- Returns:
- the contact information in a
ContactBean
-
setContactInformation
Sets the contact information- Parameters:
contactInformation
- the contact information to set- See Also:
-
getOrganizationName
Gets the Organization or Business Entity name- Returns:
- the organization name
-
setOrganizationName
Sets the organization name- Parameters:
orgName
- the organization name to set- See Also:
-
getUddiRegistry
Gets the URL of UDDI registry at which the Business Entity is registered- Returns:
- the url of UDDI registry
-
setUddiRegistry
Sets the URL of UDDI registry- Parameters:
uddiRegistry
- the UDDI registry URL to set- See Also:
-
getUuid
@ConvertWith(com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public String getUuid()Gets the UuId String. UUID stands for a Universal Unique IDentifier. These are 128 bit numbers assigned to any object which is guaranteed to be unique.- Returns:
- the UuId
-
setUuid
sets the Uuid- Parameters:
uuid
- the Uuid to set- See Also:
-
getDescription
Gets the description- Returns:
- the description
-
setDescription
Sets the description- Parameters:
description
- the description to set- See Also:
-