org.apache.juddi.model
Class BusinessEntity

java.lang.Object
  extended by org.apache.juddi.model.UddiEntity
      extended by 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

Field Summary
 
Fields inherited from class org.apache.juddi.model.UddiEntity
authorizedName, created, entityKey, modified, modifiedIncludingChildren, nodeId
 
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)
           
 
Method Summary
 List<BusinessDescr> getBusinessDescrs()
           
 List<BusinessIdentifier> getBusinessIdentifiers()
           
 List<BusinessName> getBusinessNames()
           
 List<BusinessService> getBusinessServices()
           
 BusinessCategoryBag getCategoryBag()
           
 List<Contact> getContacts()
           
 List<DiscoveryUrl> getDiscoveryUrls()
           
 List<PublisherAssertion> getPublisherAssertionsForFromKey()
           
 List<PublisherAssertion> getPublisherAssertionsForToKey()
           
 List<ServiceProjection> getServiceProjections()
           
 List<Signature> getSignatures()
           
 void setBusinessDescrs(List<BusinessDescr> businessDescrs)
           
 void setBusinessIdentifiers(List<BusinessIdentifier> businessIdentifiers)
           
 void setBusinessNames(List<BusinessName> businessNames)
           
 void setBusinessServices(List<BusinessService> businessServices)
           
 void setCategoryBag(BusinessCategoryBag categoryBag)
           
 void setContacts(List<Contact> contacts)
           
 void setDiscoveryUrls(List<DiscoveryUrl> discoveryUrls)
           
 void setPublisherAssertionsForFromKey(List<PublisherAssertion> publisherAssertionsForFromKey)
           
 void setPublisherAssertionsForToKey(List<PublisherAssertion> publisherAssertionsForToKey)
           
 void setServiceProjections(List<ServiceProjection> serviceProjections)
           
 void setSignatures(List<Signature> signatures)
           
 
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
 

Constructor Detail

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)
Method Detail

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.