org.apache.juddi.datatype.response
Class RelatedBusinessInfo

java.lang.Object
  extended by org.apache.juddi.datatype.response.RelatedBusinessInfo
All Implemented Interfaces:
java.io.Serializable, RegistryObject

public class RelatedBusinessInfo
extends java.lang.Object
implements RegistryObject

Author:
Steve Viens (sviens@apache.org), Anou Manavalan
See Also:
Serialized Form

Constructor Summary
RelatedBusinessInfo()
          default constructor
RelatedBusinessInfo(RelatedBusinessInfo bizInfo)
          copy constructor
RelatedBusinessInfo(java.lang.String key)
           
 
Method Summary
 void addDescription(Description desc)
           
 void addKeyedReference(KeyedReference ref)
           
 void addName(Name name)
           
 java.lang.String getBusinessKey()
           
 java.util.Vector getDescriptionVector()
           
 java.util.Vector getNameVector()
           
 SharedRelationships getSharedRelationships()
           
 void setBusinessKey(BusinessKey businessKey)
           
 void setBusinessKey(java.lang.String key)
           
 void setDescriptionVector(java.util.Vector descriptions)
           
 void setNameVector(java.util.Vector names)
           
 void setSharedRelationships(SharedRelationships relationships)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedBusinessInfo

public RelatedBusinessInfo()
default constructor


RelatedBusinessInfo

public RelatedBusinessInfo(RelatedBusinessInfo bizInfo)
copy constructor


RelatedBusinessInfo

public RelatedBusinessInfo(java.lang.String key)
Method Detail

setBusinessKey

public void setBusinessKey(java.lang.String key)

getBusinessKey

public java.lang.String getBusinessKey()

addName

public void addName(Name name)

setNameVector

public void setNameVector(java.util.Vector names)

getNameVector

public java.util.Vector getNameVector()

addDescription

public void addDescription(Description desc)

setDescriptionVector

public void setDescriptionVector(java.util.Vector descriptions)

getDescriptionVector

public java.util.Vector getDescriptionVector()

addKeyedReference

public void addKeyedReference(KeyedReference ref)

getSharedRelationships

public SharedRelationships getSharedRelationships()
Returns:
SharedRelationships

setSharedRelationships

public void setSharedRelationships(SharedRelationships relationships)
Parameters:
relationships -

setBusinessKey

public void setBusinessKey(BusinessKey businessKey)


Copyright © 2004-2007. All Rights Reserved.