@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 void setStartRowIndex(int startRowIndex)
public int getTotalRowSize()
public void setTotalRowSize(int totalRowSize)
public boolean isFirstPage()
public boolean isLastPage()
public void setLastPage(boolean lastPage)
public boolean isTotalRowSizeExact()
public void setTotalRowSizeExact(boolean totalRowSizeExact)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.