|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.messages.records.BaseRecord
org.gcube.messaging.common.messages.records.AdvancedSearchRecord
public class AdvancedSearchRecord
Nested Class Summary | |
---|---|
static class |
AdvancedSearchRecord.OperatorType
the type of operator |
Field Summary |
---|
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
date |
Constructor Summary | |
---|---|
AdvancedSearchRecord()
constructor |
Method Summary | |
---|---|
HashMap<String,String> |
getCollections()
get the collection map |
AdvancedSearchRecord.OperatorType |
getOperator()
get the operator type |
HashMap<String,String> |
getTerms()
get the term map |
void |
setCollections(HashMap<String,String> collections)
set the collection map |
void |
setOperator(AdvancedSearchRecord.OperatorType operator)
set the operator type |
void |
setTerms(HashMap<String,String> terms)
set the term map |
Methods inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
getDate, setDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdvancedSearchRecord()
Method Detail |
---|
public HashMap<String,String> getCollections()
public void setCollections(HashMap<String,String> collections)
collections
- the collection mappublic HashMap<String,String> getTerms()
public void setTerms(HashMap<String,String> terms)
terms
- the term mappublic AdvancedSearchRecord.OperatorType getOperator()
public void setOperator(AdvancedSearchRecord.OperatorType operator)
operator
- the operator type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |