|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.application.framework.search.library.model.QueryGroup
public class QueryGroup
QueryGroup represents a set of queries that are packed together
| Constructor Summary | |
|---|---|
QueryGroup()
The generic constructor |
|
QueryGroup(java.util.List<Query> queries)
A contructor that get an initial set of queries |
|
| Method Summary | |
|---|---|
java.util.List<Query> |
getQueries()
|
Query |
getQuery(int i)
Retrieves the i-th query |
void |
setQueries(java.util.List<Query> queries)
Sets the queries |
void |
setQuery(Query query)
Adds a new query to the list of queries |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryGroup()
public QueryGroup(java.util.List<Query> queries)
queries - the inital set of queries| Method Detail |
|---|
public java.util.List<Query> getQueries()
public void setQueries(java.util.List<Query> queries)
queries - the queriespublic Query getQuery(int i)
i - the position in the list where the desired query rests
public void setQuery(Query query)
query - the query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||