public class AdvancedSearchRecord extends BaseRecord
Modifier and Type | Class and Description |
---|---|
static class |
AdvancedSearchRecord.OperatorType
the type of operator
|
date
Constructor and Description |
---|
AdvancedSearchRecord()
constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
getDate, setDate
public HashMap<String,String> getCollections()
public void setCollections(HashMap<String,String> collections)
collections
- the collection mappublic void setTerms(HashMap<String,String> terms)
terms
- the term mappublic AdvancedSearchRecord.OperatorType getOperator()
public void setOperator(AdvancedSearchRecord.OperatorType operator)
operator
- the operator typeCopyright © 2014. All Rights Reserved.