Class Pagination


  • public class Pagination
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Pagination​(java.lang.Integer currentPage, java.lang.Integer perPage, java.lang.Integer totalEntries, java.lang.Integer totalPages)  
    • Constructor Detail

      • Pagination

        public Pagination​(java.lang.Integer currentPage,
                          java.lang.Integer perPage,
                          java.lang.Integer totalEntries,
                          java.lang.Integer totalPages)
    • Method Detail

      • getCurrentPage

        public java.lang.Integer getCurrentPage()
      • getPerPage

        public java.lang.Integer getPerPage()
      • getTotalEntries

        public java.lang.Integer getTotalEntries()
      • getTotalPages

        public java.lang.Integer getTotalPages()