Class FolderPagination


  • public class FolderPagination
    extends Object
    Saves the pagination settings of a folder
    Since:
    8.2.2
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • FolderPagination

        public FolderPagination​(long folderId,
                                int pageSize,
                                int totalElements,
                                int page)
    • Method Detail

      • getPageSize

        public int getPageSize()
      • getPage

        public int getPage()
      • setPageSize

        public void setPageSize​(int pageSize)
      • setPage

        public void setPage​(int page)
      • getTotalElements

        public int getTotalElements()
      • setTotalElements

        public void setTotalElements​(int totalElements)
      • getTotalPages

        public int getTotalPages()
      • getStartRow

        public int getStartRow()
      • getFolderId

        public long getFolderId()
      • setFolderId

        public void setFolderId​(long folderId)