org.apache.juddi.model
Class BusinessService
java.lang.Object
org.apache.juddi.model.UddiEntity
org.apache.juddi.model.BusinessService
- All Implemented Interfaces:
- Serializable, Comparable<UddiEntity>
public class BusinessService
- extends UddiEntity
- implements Serializable
- Author:
- Kurt T Stam, Jeff Faath
- See Also:
- Serialized Form
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 |
BusinessService
public BusinessService()
BusinessService
public BusinessService(String entityKey,
BusinessEntity businessEntity,
Date modified)
BusinessService
public BusinessService(String entityKey,
BusinessEntity businessEntity,
Date modified,
List<ServiceName> serviceNames,
List<ServiceDescr> serviceDescrs,
List<BindingTemplate> bindingTemplates,
ServiceCategoryBag categoryBag)
getBusinessEntity
public BusinessEntity getBusinessEntity()
setBusinessEntity
public void setBusinessEntity(BusinessEntity businessEntity)
getServiceNames
public List<ServiceName> getServiceNames()
setServiceNames
public void setServiceNames(List<ServiceName> serviceNames)
getServiceDescrs
public List<ServiceDescr> getServiceDescrs()
setServiceDescrs
public void setServiceDescrs(List<ServiceDescr> serviceDescrs)
getBindingTemplates
public List<BindingTemplate> getBindingTemplates()
setBindingTemplates
public void setBindingTemplates(List<BindingTemplate> bindingTemplates)
getCategoryBag
public ServiceCategoryBag getCategoryBag()
setCategoryBag
public void setCategoryBag(ServiceCategoryBag categoryBag)
getProjectingBusinesses
public List<ServiceProjection> getProjectingBusinesses()
setProjectingBusinesses
public void setProjectingBusinesses(List<ServiceProjection> projectingBusinesses)
getSignatures
public List<Signature> getSignatures()
setSignatures
public void setSignatures(List<Signature> signatures)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.