org.gcube.messaging.common.messages.records
Class SimpleSearchRecord
java.lang.Object
org.gcube.messaging.common.messages.records.BaseRecord
org.gcube.messaging.common.messages.records.SimpleSearchRecord
- All Implemented Interfaces:
- Serializable
public class SimpleSearchRecord
- extends BaseRecord
- Author:
- Andrea Manzi(CERN)
- See Also:
- Serialized Form
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
date |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSearchRecord
public SimpleSearchRecord()
- create a simple search record
getCollections
public HashMap<String,String> getCollections()
- get collections map
- Returns:
- the collections map
setCollections
public void setCollections(HashMap<String,String> collections)
- set the collections map
- Parameters:
collections
- the collections map
getTerm
public String getTerm()
- get the term map
- Returns:
- the term map
setTerm
public void setTerm(String term)
- set the term map
- Parameters:
term
- the term map
Copyright © 2013. All Rights Reserved.