public class BusinessEntity
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BusinessEntity.ContactBean
A bean detailing contact information
|
Constructor and Description |
---|
BusinessEntity() |
Modifier and Type | Method and Description |
---|---|
BusinessEntity.ContactBean |
getContactInformation()
Gets the information for administrative contact person.
|
java.lang.String |
getDescription()
Gets the description
|
java.lang.String |
getOrganizationName()
Gets the Organization or Business Entity name
|
java.lang.String |
getUddiRegistry()
Gets the URL of UDDI registry at which the Business Entity is registered
|
java.lang.String |
getUuid()
Gets the UuId String.
|
void |
setContactInformation(BusinessEntity.ContactBean contactInformation)
Sets the contact information
|
void |
setDescription(java.lang.String description)
Sets the description
|
void |
setOrganizationName(java.lang.String orgName)
Sets the organization name
|
void |
setUddiRegistry(java.lang.String uddiRegistry)
Sets the URL of UDDI registry
|
void |
setUuid(java.lang.String uuid)
sets the Uuid
|
public BusinessEntity.ContactBean getContactInformation()
ContactBean
public void setContactInformation(BusinessEntity.ContactBean contactInformation)
contactInformation
- the contact information to setgetContactInformation()
public java.lang.String getOrganizationName()
public void setOrganizationName(java.lang.String orgName)
orgName
- the organization name to setgetOrganizationName()
public java.lang.String getUddiRegistry()
public void setUddiRegistry(java.lang.String uddiRegistry)
uddiRegistry
- the UDDI registry URL to setgetUddiRegistry()
@ConvertWith(value=com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- the Uuid to setgetUuid()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setgetDescription()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.