org.apache.juddi.model
Class BusinessDescr

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

public class BusinessDescr
extends Object
implements Serializable

Author:
Kurt T Stam, Jeff Faath
See Also:
Serialized Form

Constructor Summary
BusinessDescr()
           
BusinessDescr(BusinessEntity businessEntity, String descr)
           
BusinessDescr(BusinessEntity businessEntity, String langCode, String descr)
           
 
Method Summary
 BusinessEntity getBusinessEntity()
           
 String getDescr()
           
 Long getId()
           
 String getLangCode()
           
 void setBusinessEntity(BusinessEntity businessEntity)
           
 void setDescr(String descr)
           
 void setId(Long id)
           
 void setLangCode(String langCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessDescr

public BusinessDescr()

BusinessDescr

public BusinessDescr(BusinessEntity businessEntity,
                     String descr)

BusinessDescr

public BusinessDescr(BusinessEntity businessEntity,
                     String langCode,
                     String descr)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getBusinessEntity

public BusinessEntity getBusinessEntity()

setBusinessEntity

public void setBusinessEntity(BusinessEntity businessEntity)

getLangCode

public String getLangCode()

setLangCode

public void setLangCode(String langCode)

getDescr

public String getDescr()

setDescr

public void setDescr(String descr)


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