org.gcube.common.searchservice.resultsetservice
Class ResultSetResource
java.lang.Object
GCUBEWSResource
org.gcube.common.searchservice.resultsetservice.ResultSetResource
public class ResultSetResource
- extends GCUBEWSResource
This is the resource kept by the ResultSetService resource home and which
contains a reference to the underlying
ResultSet
- Author:
- UoA
Method Summary |
org.gcube.common.searchservice.searchlibrary.resultset.ResultSet |
getResultSet()
Retrieves the underlying ResultSet |
void |
setResultSet(org.gcube.common.searchservice.searchlibrary.resultset.ResultSet value)
Sets the underlying ResultSet |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetResource
public ResultSetResource()
getResultSet
public org.gcube.common.searchservice.searchlibrary.resultset.ResultSet getResultSet()
- Retrieves the underlying
ResultSet
- Returns:
- The underlying
ResultSet
setResultSet
public void setResultSet(org.gcube.common.searchservice.searchlibrary.resultset.ResultSet value)
throws java.lang.Exception
- Sets the underlying
ResultSet
- Parameters:
value
- The ResultSet
- Throws:
java.lang.Exception
- Failure