public class Paging extends Object
Constructor and Description |
---|
Paging()
Create with default paging - 0 to Max Integer
|
Paging(int start,
int pagesize)
Create with a specific start element and page size
|
Modifier and Type | Method and Description |
---|---|
int |
getPageSize() |
int |
getStart() |
String |
getToken()
Get the paging token
|
void |
setPageSize(int value) |
void |
setStart(int value) |
String |
toString()
Return object as a string (the token)
|
public Paging()
public Paging(int start, int pagesize)
start
- - intpagesize
- - intpublic int getPageSize()
public void setPageSize(int value)
public int getStart()
public void setStart(int value)
public String getToken()
Copyright © 2015 VersionOne, Inc.. All rights reserved.