org.gcube.indexmanagement.geo
Class GeoGcqlQueryContainer.QueriesContainer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoGcqlQueryContainer.QueriesContainer
public GeoGcqlQueryContainer.QueriesContainer(ArrayList<String> colIDs,
ArrayList<String> langs,
ArrayList<GeoGcqlCollectionQuery> queries)
getColIDs
public ArrayList<String> getColIDs()
getLangs
public ArrayList<String> getLangs()
getQueries
public ArrayList<GeoGcqlCollectionQuery> getQueries()
Copyright © 2013. All Rights Reserved.