public class SimpleSearchRecord extends BaseRecord
date
Constructor and Description |
---|
SimpleSearchRecord()
create a simple search record
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,String> |
getCollections()
get collections map
|
String |
getTerm()
get the term map
|
void |
setCollections(HashMap<String,String> collections)
set the collections map
|
void |
setTerm(String term)
set the term map
|
getDate, setDate
public HashMap<String,String> getCollections()
public void setCollections(HashMap<String,String> collections)
collections
- the collections mappublic String getTerm()
public void setTerm(String term)
term
- the term mapCopyright © 2015. All Rights Reserved.