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

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

public class RelatedBusinessesList
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
RelatedBusinessesList()
           
RelatedBusinessesList(String businessKey, String generic, String operator, RelatedBusinessInfos relatedBusinessInfos, Truncated truncated)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getBusinessKey()
          Gets the businessKey value for this RelatedBusinessesList.
 String getGeneric()
          Gets the generic value for this RelatedBusinessesList.
 String getOperator()
          Gets the operator value for this RelatedBusinessesList.
 RelatedBusinessInfos getRelatedBusinessInfos()
          Gets the relatedBusinessInfos value for this RelatedBusinessesList.
 Truncated getTruncated()
          Gets the truncated value for this RelatedBusinessesList.
 int hashCode()
           
 void setBusinessKey(String businessKey)
          Sets the businessKey value for this RelatedBusinessesList.
 void setGeneric(String generic)
          Sets the generic value for this RelatedBusinessesList.
 void setOperator(String operator)
          Sets the operator value for this RelatedBusinessesList.
 void setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
          Sets the relatedBusinessInfos value for this RelatedBusinessesList.
 void setTruncated(Truncated truncated)
          Sets the truncated value for this RelatedBusinessesList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedBusinessesList

public RelatedBusinessesList()

RelatedBusinessesList

public RelatedBusinessesList(String businessKey,
                             String generic,
                             String operator,
                             RelatedBusinessInfos relatedBusinessInfos,
                             Truncated truncated)
Method Detail

getBusinessKey

public String getBusinessKey()
Gets the businessKey value for this RelatedBusinessesList.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(String businessKey)
Sets the businessKey value for this RelatedBusinessesList.

Parameters:
businessKey -

getRelatedBusinessInfos

public RelatedBusinessInfos getRelatedBusinessInfos()
Gets the relatedBusinessInfos value for this RelatedBusinessesList.

Returns:
relatedBusinessInfos

setRelatedBusinessInfos

public void setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
Sets the relatedBusinessInfos value for this RelatedBusinessesList.

Parameters:
relatedBusinessInfos -

getGeneric

public String getGeneric()
Gets the generic value for this RelatedBusinessesList.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this RelatedBusinessesList.

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this RelatedBusinessesList.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this RelatedBusinessesList.

Parameters:
operator -

getTruncated

public Truncated getTruncated()
Gets the truncated value for this RelatedBusinessesList.

Returns:
truncated

setTruncated

public void setTruncated(Truncated truncated)
Sets the truncated value for this RelatedBusinessesList.

Parameters:
truncated -

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