Uses of Class
org.apache.juddi.model.BusinessCategoryBag

Packages that use BusinessCategoryBag
org.apache.juddi.model   
 

Uses of BusinessCategoryBag in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return BusinessCategoryBag
 BusinessCategoryBag BusinessEntity.getCategoryBag()
           
 

Methods in org.apache.juddi.model with parameters of type BusinessCategoryBag
 void BusinessEntity.setCategoryBag(BusinessCategoryBag categoryBag)
           
 

Constructors in org.apache.juddi.model with parameters of type BusinessCategoryBag
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)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.