org.apache.juddi.model
Class BusinessName

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

public class BusinessName
extends Object
implements Serializable

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

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

Constructor Detail

BusinessName

public BusinessName()

BusinessName

public BusinessName(Long id,
                    BusinessEntity businessEntity,
                    String name)

BusinessName

public BusinessName(BusinessEntity businessEntity,
                    String langCode,
                    String name)
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)

getName

public String getName()

setName

public void setName(String name)


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