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

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

public class Find_relatedBusinesses
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Find_relatedBusinesses()
           
Find_relatedBusinesses(String businessKey, FindQualifiers findQualifiers, String generic, KeyedReference keyedReference, Integer maxRows)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getBusinessKey()
          Gets the businessKey value for this Find_relatedBusinesses.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_relatedBusinesses.
 String getGeneric()
          Gets the generic value for this Find_relatedBusinesses.
 KeyedReference getKeyedReference()
          Gets the keyedReference value for this Find_relatedBusinesses.
 Integer getMaxRows()
          Gets the maxRows value for this Find_relatedBusinesses.
 int hashCode()
           
 void setBusinessKey(String businessKey)
          Sets the businessKey value for this Find_relatedBusinesses.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_relatedBusinesses.
 void setGeneric(String generic)
          Sets the generic value for this Find_relatedBusinesses.
 void setKeyedReference(KeyedReference keyedReference)
          Sets the keyedReference value for this Find_relatedBusinesses.
 void setMaxRows(Integer maxRows)
          Sets the maxRows value for this Find_relatedBusinesses.
 
Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_relatedBusinesses

public Find_relatedBusinesses()

Find_relatedBusinesses

public Find_relatedBusinesses(String businessKey,
                              FindQualifiers findQualifiers,
                              String generic,
                              KeyedReference keyedReference,
                              Integer maxRows)
Method Detail

getFindQualifiers

public FindQualifiers getFindQualifiers()
Gets the findQualifiers value for this Find_relatedBusinesses.

Returns:
findQualifiers

setFindQualifiers

public void setFindQualifiers(FindQualifiers findQualifiers)
Sets the findQualifiers value for this Find_relatedBusinesses.

Parameters:
findQualifiers -

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

Parameters:
businessKey -

getKeyedReference

public KeyedReference getKeyedReference()
Gets the keyedReference value for this Find_relatedBusinesses.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference keyedReference)
Sets the keyedReference value for this Find_relatedBusinesses.

Parameters:
keyedReference -

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getMaxRows

public Integer getMaxRows()
Gets the maxRows value for this Find_relatedBusinesses.

Returns:
maxRows

setMaxRows

public void setMaxRows(Integer maxRows)
Sets the maxRows value for this Find_relatedBusinesses.

Parameters:
maxRows -

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