uk.ac.soton.ecs.grimoires.server.impl.rdf
Class InquireRequest

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.rdf.InquireRequest
All Implemented Interfaces:
Serializable

public class InquireRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InquireRequest()
           
InquireRequest(String clause, String language)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClause()
          Gets the clause value for this InquireRequest.
 String getLanguage()
          Gets the language value for this InquireRequest.
 int hashCode()
           
 void setClause(String clause)
          Sets the clause value for this InquireRequest.
 void setLanguage(String language)
          Sets the language value for this InquireRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquireRequest

public InquireRequest()

InquireRequest

public InquireRequest(String clause,
                      String language)
Method Detail

getLanguage

public String getLanguage()
Gets the language value for this InquireRequest.

Returns:
language

setLanguage

public void setLanguage(String language)
Sets the language value for this InquireRequest.

Parameters:
language -

getClause

public String getClause()
Gets the clause value for this InquireRequest.

Returns:
clause

setClause

public void setClause(String clause)
Sets the clause value for this InquireRequest.

Parameters:
clause -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()