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

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

public class Find_tModel
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Find_tModel()
           
Find_tModel(CategoryBag categoryBag, FindQualifiers findQualifiers, String generic, IdentifierBag identifierBag, Integer maxRows, Name name)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_tModel.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_tModel.
 String getGeneric()
          Gets the generic value for this Find_tModel.
 IdentifierBag getIdentifierBag()
          Gets the identifierBag value for this Find_tModel.
 Integer getMaxRows()
          Gets the maxRows value for this Find_tModel.
 Name getName()
          Gets the name value for this Find_tModel.
 int hashCode()
           
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_tModel.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_tModel.
 void setGeneric(String generic)
          Sets the generic value for this Find_tModel.
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the identifierBag value for this Find_tModel.
 void setMaxRows(Integer maxRows)
          Sets the maxRows value for this Find_tModel.
 void setName(Name name)
          Sets the name value for this Find_tModel.
 
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_tModel

public Find_tModel()

Find_tModel

public Find_tModel(CategoryBag categoryBag,
                   FindQualifiers findQualifiers,
                   String generic,
                   IdentifierBag identifierBag,
                   Integer maxRows,
                   Name name)
Method Detail

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getName

public Name getName()
Gets the name value for this Find_tModel.

Returns:
name

setName

public void setName(Name name)
Sets the name value for this Find_tModel.

Parameters:
name -

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifierBag value for this Find_tModel.

Returns:
identifierBag

setIdentifierBag

public void setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this Find_tModel.

Parameters:
identifierBag -

getCategoryBag

public CategoryBag getCategoryBag()
Gets the categoryBag value for this Find_tModel.

Returns:
categoryBag

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this Find_tModel.

Parameters:
categoryBag -

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

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