Class Pagination
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.merchandising.Pagination
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetPage()returns the pageintreturns the pageSizeintreturns the totalEntriesintreturns the totalPagesvoidsetPage(int page) Sets the pagevoidsetPageSize(int pageSize) Sets the pageSizevoidsetTotalEntries(int totalEntries) Sets the totalEntriesvoidsetTotalPages(int totalPages) Sets the totalPages
-
Constructor Details
-
Pagination
public Pagination()
-
-
Method Details
-
getPageSize
public int getPageSize()returns the pageSize- Returns:
- the pageSize
-
setPageSize
public void setPageSize(int pageSize) Sets the pageSize- Parameters:
pageSize-
-
getTotalEntries
public int getTotalEntries()returns the totalEntries- Returns:
- the totalEntries
-
setTotalEntries
public void setTotalEntries(int totalEntries) Sets the totalEntries- Parameters:
totalEntries-
-
getTotalPages
public int getTotalPages()returns the totalPages- Returns:
- the totalPages
-
setTotalPages
public void setTotalPages(int totalPages) Sets the totalPages- Parameters:
totalPages-
-
getPage
public int getPage()returns the page- Returns:
- the page
-
setPage
public void setPage(int page) Sets the page- Parameters:
page-
-