uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class RelatedBusinessInfos

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.RelatedBusinessInfos
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class RelatedBusinessInfos
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
RelatedBusinessInfos()
           
RelatedBusinessInfos(RelatedBusinessInfo[] relatedBusinessInfo)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 RelatedBusinessInfo[] getRelatedBusinessInfo()
          Gets the relatedBusinessInfo value for this RelatedBusinessInfos.
 RelatedBusinessInfo getRelatedBusinessInfo(int i)
           
 int hashCode()
           
 void setRelatedBusinessInfo(int i, RelatedBusinessInfo _value)
           
 void setRelatedBusinessInfo(RelatedBusinessInfo[] relatedBusinessInfo)
          Sets the relatedBusinessInfo value for this RelatedBusinessInfos.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedBusinessInfos

public RelatedBusinessInfos()

RelatedBusinessInfos

public RelatedBusinessInfos(RelatedBusinessInfo[] relatedBusinessInfo)
Method Detail

getRelatedBusinessInfo

public RelatedBusinessInfo[] getRelatedBusinessInfo()
Gets the relatedBusinessInfo value for this RelatedBusinessInfos.

Returns:
relatedBusinessInfo

setRelatedBusinessInfo

public void setRelatedBusinessInfo(RelatedBusinessInfo[] relatedBusinessInfo)
Sets the relatedBusinessInfo value for this RelatedBusinessInfos.

Parameters:
relatedBusinessInfo -

getRelatedBusinessInfo

public RelatedBusinessInfo getRelatedBusinessInfo(int i)

setRelatedBusinessInfo

public void setRelatedBusinessInfo(int i,
                                   RelatedBusinessInfo _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception