info.aduna.infosource.query
Class Query

java.lang.Object
  extended by info.aduna.infosource.query.Query

public class Query
extends Object


Constructor Summary
Query(String queryString, QueryType type, QueryScope scope)
           
 
Method Summary
 boolean equals(Object o)
           
 String getQueryString()
           
 QueryScope getScope()
           
 QueryType getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query

public Query(String queryString,
             QueryType type,
             QueryScope scope)
Method Detail

getQueryString

public String getQueryString()

getType

public QueryType getType()

getScope

public QueryScope getScope()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1997-2008 Aduna. All Rights Reserved.