Class BusinessEntity

java.lang.Object
com.appiancorp.suiteapi.process.webservices.BusinessEntity
All Implemented Interfaces:
Serializable

public class BusinessEntity extends Object implements 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:
  • Constructor Details

    • BusinessEntity

      public BusinessEntity()
  • Method Details

    • getContactInformation

      public BusinessEntity.ContactBean getContactInformation()
      Gets the information for administrative contact person.
      Returns:
      the contact information in a ContactBean
    • setContactInformation

      public void setContactInformation(BusinessEntity.ContactBean contactInformation)
      Sets the contact information
      Parameters:
      contactInformation - the contact information to set
      See Also:
    • getOrganizationName

      public String getOrganizationName()
      Gets the Organization or Business Entity name
      Returns:
      the organization name
    • setOrganizationName

      public void setOrganizationName(String orgName)
      Sets the organization name
      Parameters:
      orgName - the organization name to set
      See Also:
    • getUddiRegistry

      public String getUddiRegistry()
      Gets the URL of UDDI registry at which the Business Entity is registered
      Returns:
      the url of UDDI registry
    • setUddiRegistry

      public void setUddiRegistry(String uddiRegistry)
      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

      public void setUuid(String uuid)
      sets the Uuid
      Parameters:
      uuid - the Uuid to set
      See Also:
    • getDescription

      public String getDescription()
      Gets the description
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description
      Parameters:
      description - the description to set
      See Also: