org.apache.juddi.model
Class BusinessEntity
java.lang.Object
org.apache.juddi.model.UddiEntity
org.apache.juddi.model.BusinessEntity
- All Implemented Interfaces:
- Serializable, Comparable<UddiEntity>
public class BusinessEntity
- extends UddiEntity
- implements Serializable
- Author:
- Kurt T Stam, Jeff Faath
- See Also:
- Serialized Form
Constructor Summary |
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)
|
Methods inherited from class org.apache.juddi.model.UddiEntity |
compareTo, getAuthorizedName, getCreated, getEntityKey, getModified, getModifiedIncludingChildren, getNodeId, setAuthorizedName, setCreated, setEntityKey, setModified, setModifiedIncludingChildren, setNodeId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessEntity
public BusinessEntity()
BusinessEntity
public BusinessEntity(String entityKey,
Date modified)
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)
getContacts
public List<Contact> getContacts()
setContacts
public void setContacts(List<Contact> contacts)
getBusinessIdentifiers
public List<BusinessIdentifier> getBusinessIdentifiers()
setBusinessIdentifiers
public void setBusinessIdentifiers(List<BusinessIdentifier> businessIdentifiers)
getPublisherAssertionsForFromKey
public List<PublisherAssertion> getPublisherAssertionsForFromKey()
setPublisherAssertionsForFromKey
public void setPublisherAssertionsForFromKey(List<PublisherAssertion> publisherAssertionsForFromKey)
getDiscoveryUrls
public List<DiscoveryUrl> getDiscoveryUrls()
setDiscoveryUrls
public void setDiscoveryUrls(List<DiscoveryUrl> discoveryUrls)
getBusinessNames
public List<BusinessName> getBusinessNames()
setBusinessNames
public void setBusinessNames(List<BusinessName> businessNames)
getPublisherAssertionsForToKey
public List<PublisherAssertion> getPublisherAssertionsForToKey()
setPublisherAssertionsForToKey
public void setPublisherAssertionsForToKey(List<PublisherAssertion> publisherAssertionsForToKey)
getCategoryBag
public BusinessCategoryBag getCategoryBag()
setCategoryBag
public void setCategoryBag(BusinessCategoryBag categoryBag)
getBusinessServices
public List<BusinessService> getBusinessServices()
setBusinessServices
public void setBusinessServices(List<BusinessService> businessServices)
getBusinessDescrs
public List<BusinessDescr> getBusinessDescrs()
setBusinessDescrs
public void setBusinessDescrs(List<BusinessDescr> businessDescrs)
getServiceProjections
public List<ServiceProjection> getServiceProjections()
setServiceProjections
public void setServiceProjections(List<ServiceProjection> serviceProjections)
getSignatures
public List<Signature> getSignatures()
setSignatures
public void setSignatures(List<Signature> signatures)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.