Structure used to handle pagination of data results on both backend (i.e., persistence) and frontend (i.e., presentation) layers in the application.
Internally, it stores the current page index on {@code currentPage} variable, the amount of records in a single pageon {@code pageSize}, and the total number of pages in {@code totalPages}.
@author SERPRO
@see Pagination
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.