public class Pagination extends Object implements Serializable
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage() |
int |
getPageCount() |
int |
getPerPage() |
int |
getTotalCount() |
void |
setCurrentPage(int currentPage) |
void |
setPageCount(int pageCount) |
void |
setPerPage(int perPage) |
void |
setTotalCount(int totalCount) |
String |
toString() |
public int getTotalCount()
public void setTotalCount(int totalCount)
public int getPageCount()
public void setPageCount(int pageCount)
public int getCurrentPage()
public void setCurrentPage(int currentPage)
public int getPerPage()
public void setPerPage(int perPage)
Copyright © 2024. All rights reserved.