Class PageableData

  • All Implemented Interfaces:
    java.io.Serializable

    public class PageableData
    extends java.lang.Object
    implements java.io.Serializable
    POJO representation of search query pagination.
    See Also:
    Serialized Form
    • Constructor Detail

      • PageableData

        public PageableData()
    • Method Detail

      • setPageSize

        public void setPageSize​(int pageSize)
      • getPageSize

        public int getPageSize()
      • setCurrentPage

        public void setCurrentPage​(int currentPage)
      • getCurrentPage

        public int getCurrentPage()
      • setSort

        public void setSort​(java.lang.String sort)
      • getSort

        public java.lang.String getSort()