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

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

public class InquireRequestType
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

InquireRequestType

public InquireRequestType()

InquireRequestType

public InquireRequestType(String clause,
                          String language)
Method Detail

getLanguage

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

Returns:
language

setLanguage

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

Parameters:
language -

getClause

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

Returns:
clause

setClause

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

Parameters:
clause -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()