public class PageInfo
extends java.lang.Object
Holds information about this page of data.
| Constructor and Description |
|---|
PageInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRecordEnd() |
int |
getRecordStart() |
PageInfo |
setRecordEnd(int recordEnd) |
PageInfo |
setRecordStart(int recordStart) |
public int getRecordStart()
public PageInfo setRecordStart(int recordStart)
recordStart - Set the record offset.public int getRecordEnd()
public PageInfo setRecordEnd(int recordEnd)
recordEnd - Set the last record index.Copyright © 2013–2016 GroupBy Inc.. All rights reserved.