org.gcube.common.searchservice.resultsetservice
Class ResultSetResource

java.lang.Object
  extended by GCUBEWSResource
      extended by 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

Constructor Summary
ResultSetResource()
           
 
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
 

Constructor Detail

ResultSetResource

public ResultSetResource()
Method Detail

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