org.gcube.portlets.user.searchportlet.shared
Class PreviousResultsInfo
java.lang.Object
org.gcube.portlets.user.searchportlet.shared.PreviousResultsInfo
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class PreviousResultsInfo
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
This class contains all the necessary information in order to perform a search in a previous result.
- Author:
- Panagiota Koltsida, NKUA
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreviousResultsInfo
public PreviousResultsInfo()
- Default constructor
PreviousResultsInfo
public PreviousResultsInfo(String query,
String displayQuery,
int index)
- The constructor of the class.
- Parameters:
RSepr - the ResultSet epr.query - the Query that produced this RSepr.schema - the metadata schema.searchableFields - the searchable fields for this RSepr
getQuery
public String getQuery()
- Returns:
- the Query
getDisplayQuery
public String getDisplayQuery()
getIndexOfQueryGroup
public int getIndexOfQueryGroup()
- Returns:
- the searchable fields
Copyright © 2013. All Rights Reserved.