@Portable public class PageRequest extends Object
PageResponse
Modifier and Type | Field and Description |
---|---|
protected Integer |
pageSize |
protected int |
startRowIndex |
Constructor and Description |
---|
PageRequest(int startRowIndex,
Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
Integer |
getPageSize() |
int |
getStartRowIndex() |
void |
setPageSize(Integer pageSize) |
void |
setStartRowIndex(int startRowIndex) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.