org.gcube.indexmanagement.gcqlwrapper
Class GcqlQueryContainer

java.lang.Object
  extended by org.gcube.indexmanagement.gcqlwrapper.GcqlQueryContainer
Direct Known Subclasses:
BDBGcqlQueryContainer, GeoGcqlQueryContainer, LuceneGcqlQueryContainer

public abstract class GcqlQueryContainer
extends Object

A class that contains all the data needed by a specific resource to answer a query. The data depend on the technology, that the resource was implemented in.

Author:
bill

Field Summary
protected  LinkedHashMap<String,String> projectedFields
          a list of the fields that are the projections of the query
 
Constructor Summary
GcqlQueryContainer(LinkedHashMap<String,String> projectedFields)
           
 
Method Summary
 LinkedHashMap<String,String> getProjectedFields()
           
 void setProjectedFields(LinkedHashMap<String,String> projectedFields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectedFields

protected LinkedHashMap<String,String> projectedFields
a list of the fields that are the projections of the query

Constructor Detail

GcqlQueryContainer

public GcqlQueryContainer(LinkedHashMap<String,String> projectedFields)
Method Detail

getProjectedFields

public LinkedHashMap<String,String> getProjectedFields()

setProjectedFields

public void setProjectedFields(LinkedHashMap<String,String> projectedFields)


Copyright © 2013. All Rights Reserved.