@Entity public class BusinessEntity extends UddiEntity implements Serializable
authorizedName, created, entityKey, modified, modifiedIncludingChildren, nodeId, xfer
Constructor and Description |
---|
BusinessEntity() |
BusinessEntity(String entityKey,
Date modified) |
BusinessEntity(String entityKey,
String authorizedName,
String operator,
Date modified,
List<Contact> contacts,
List<BusinessIdentifier> businessIdentifiers,
List<PublisherAssertion> publisherAssertionsForFromKey,
List<DiscoveryUrl> discoveryUrls,
List<BusinessName> businessNames,
List<PublisherAssertion> publisherAssertionsForToKey,
BusinessCategoryBag categoryBag,
List<BusinessService> businessServices,
List<BusinessDescr> businessDescrs) |
compareTo, getAuthorizedName, getCreated, getEntityKey, getIsTransferInProgress, getModified, getModifiedIncludingChildren, getNodeId, setAuthorizedName, setCreated, setEntityKey, setIsTransferInProgress, setModified, setModifiedIncludingChildren, setNodeId
public BusinessEntity()
public BusinessEntity(String entityKey, String authorizedName, String operator, Date modified, List<Contact> contacts, List<BusinessIdentifier> businessIdentifiers, List<PublisherAssertion> publisherAssertionsForFromKey, List<DiscoveryUrl> discoveryUrls, List<BusinessName> businessNames, List<PublisherAssertion> publisherAssertionsForToKey, BusinessCategoryBag categoryBag, List<BusinessService> businessServices, List<BusinessDescr> businessDescrs)
public List<BusinessIdentifier> getBusinessIdentifiers()
public void setBusinessIdentifiers(List<BusinessIdentifier> businessIdentifiers)
public List<PublisherAssertion> getPublisherAssertionsForFromKey()
public void setPublisherAssertionsForFromKey(List<PublisherAssertion> publisherAssertionsForFromKey)
public List<DiscoveryUrl> getDiscoveryUrls()
public void setDiscoveryUrls(List<DiscoveryUrl> discoveryUrls)
public List<BusinessName> getBusinessNames()
public void setBusinessNames(List<BusinessName> businessNames)
public List<PublisherAssertion> getPublisherAssertionsForToKey()
public void setPublisherAssertionsForToKey(List<PublisherAssertion> publisherAssertionsForToKey)
public BusinessCategoryBag getCategoryBag()
public void setCategoryBag(BusinessCategoryBag categoryBag)
public List<BusinessService> getBusinessServices()
public void setBusinessServices(List<BusinessService> businessServices)
public List<BusinessDescr> getBusinessDescrs()
public void setBusinessDescrs(List<BusinessDescr> businessDescrs)
public List<ServiceProjection> getServiceProjections()
public void setServiceProjections(List<ServiceProjection> serviceProjections)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.