org.gcube.indexmanagement.bdbwrapper
Class BDBGcqlQueryContainer.SingleTerm

java.lang.Object
  extended by org.gcube.indexmanagement.bdbwrapper.BDBGcqlQueryContainer.SingleTerm
Enclosing class:
BDBGcqlQueryContainer

public static class BDBGcqlQueryContainer.SingleTerm
extends Object


Constructor Summary
BDBGcqlQueryContainer.SingleTerm(String field, String relation, String value)
           
 
Method Summary
 String getField()
           
 String getRelation()
           
 String getValue()
           
 void setField(String field)
           
 void setRelation(String relation)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDBGcqlQueryContainer.SingleTerm

public BDBGcqlQueryContainer.SingleTerm(String field,
                                        String relation,
                                        String value)
Method Detail

getField

public String getField()

setField

public void setField(String field)

getRelation

public String getRelation()

setRelation

public void setRelation(String relation)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2013. All Rights Reserved.