org.gcube.indexmanagement.geo
Class GeoGcqlQueryContainer.QueriesContainer

java.lang.Object
  extended by org.gcube.indexmanagement.geo.GeoGcqlQueryContainer.QueriesContainer
Enclosing class:
GeoGcqlQueryContainer

public static class GeoGcqlQueryContainer.QueriesContainer
extends Object

Container class for queries. 3 array lists store in each position the colID, language and query

Author:
bill

Constructor Summary
GeoGcqlQueryContainer.QueriesContainer(ArrayList<String> colIDs, ArrayList<String> langs, ArrayList<GeoGcqlCollectionQuery> queries)
           
 
Method Summary
 ArrayList<String> getColIDs()
           
 ArrayList<String> getLangs()
           
 ArrayList<GeoGcqlCollectionQuery> getQueries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoGcqlQueryContainer.QueriesContainer

public GeoGcqlQueryContainer.QueriesContainer(ArrayList<String> colIDs,
                                              ArrayList<String> langs,
                                              ArrayList<GeoGcqlCollectionQuery> queries)
Method Detail

getColIDs

public ArrayList<String> getColIDs()

getLangs

public ArrayList<String> getLangs()

getQueries

public ArrayList<GeoGcqlCollectionQuery> getQueries()


Copyright © 2013. All Rights Reserved.