org.apache.juddi.model
Class BusinessCategoryBag

java.lang.Object
  extended by org.apache.juddi.model.CategoryBag
      extended by org.apache.juddi.model.BusinessCategoryBag
All Implemented Interfaces:
Serializable

public class BusinessCategoryBag
extends CategoryBag

Author:
Kurt T Stam
See Also:
Serialized Form

Constructor Summary
BusinessCategoryBag()
           
BusinessCategoryBag(BusinessEntity businessEntity)
           
 
Method Summary
 BusinessEntity getBusinessEntity()
           
 void setBusinessEntity(BusinessEntity businessEntity)
           
 
Methods inherited from class org.apache.juddi.model.CategoryBag
getId, getKeyedReferenceGroups, getKeyedReferences, setId, setKeyedReferenceGroups, setKeyedReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessCategoryBag

public BusinessCategoryBag()

BusinessCategoryBag

public BusinessCategoryBag(BusinessEntity businessEntity)
Method Detail

getBusinessEntity

public BusinessEntity getBusinessEntity()

setBusinessEntity

public void setBusinessEntity(BusinessEntity businessEntity)


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