@Portable public class PageResponse<T extends AbstractPageRow> extends Object
| Constructor and Description |
|---|
PageResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getPageRowList() |
int |
getStartRowIndex() |
int |
getTotalRowSize() |
boolean |
isFirstPage() |
boolean |
isLastPage() |
boolean |
isTotalRowSizeExact() |
void |
setLastPage(boolean lastPage) |
void |
setPageRowList(List<T> assetPageRowList) |
void |
setStartRowIndex(int startRowIndex) |
void |
setTotalRowSize(int totalRowSize) |
void |
setTotalRowSizeExact(boolean totalRowSizeExact) |
public int getStartRowIndex()
public int getTotalRowSize()
public boolean isFirstPage()
public boolean isLastPage()
public boolean isTotalRowSizeExact()
public void setLastPage(boolean lastPage)
public void setStartRowIndex(int startRowIndex)
public void setTotalRowSize(int totalRowSize)
public void setTotalRowSizeExact(boolean totalRowSizeExact)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.