Package com.eduix.genexp.storage
Class StorageNext
- java.lang.Object
-
- com.eduix.genexp.storage.StorageNext
-
public class StorageNext extends Object
A class representing the next page definition of a query or a query result.- Author:
- Jarkko Leponiemi
-
-
Constructor Summary
Constructors Constructor Description StorageNext(String key, String method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetMethod()voidsetKey(String key)Set the key of the next pagevoidsetMethod(String method)Set the method used for specifying the next page
-
-
-
Method Detail
-
getKey
public String getKey()
- Returns:
- the key of the next page
-
setKey
public void setKey(String key)
Set the key of the next page- Parameters:
key-
-
getMethod
public String getMethod()
- Returns:
- the method used for specifying the next page
-
setMethod
public void setMethod(String method)
Set the method used for specifying the next page- Parameters:
method-
-
-