org.gcube.dataaccess.spql.model
Class Condition

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.Condition

public class Condition
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  ConditionParameter parameter
           
protected  Object value
           
 
Constructor Summary
Condition()
           
Condition(ConditionParameter parameter, Object value)
           
 
Method Summary
 ConditionParameter getParameter()
           
 Object getValue()
           
 void setParameter(ConditionParameter parameter)
           
 void setValue(Object value)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parameter

protected ConditionParameter parameter

value

protected Object value
Constructor Detail

Condition

public Condition()

Condition

public Condition(ConditionParameter parameter,
                 Object value)
Method Detail

getParameter

public ConditionParameter getParameter()
Returns:
the parameter

setParameter

public void setParameter(ConditionParameter parameter)
Parameters:
parameter - the parameter to set

getValue

public Object getValue()
Returns:
the value

setValue

public void setValue(Object value)
Parameters:
value - the value to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.