org.gcube.resources.discovery.client.queries.impl
Class QueryBox

java.lang.Object
  extended by org.gcube.resources.discovery.client.queries.impl.QueryBox
All Implemented Interfaces:
Query
Direct Known Subclasses:
QueryTemplate

public class QueryBox
extends Object
implements Query


Constructor Summary
QueryBox(String expression)
           
 
Method Summary
 boolean equals(Object obj)
           
 String expression()
          Returns the textual expression of the query.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryBox

public QueryBox(String expression)
Method Detail

expression

public String expression()
Description copied from interface: Query
Returns the textual expression of the query.

Specified by:
expression in interface Query
Returns:
the expression.

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.