Class Pageable

java.lang.Object
top.codef.models.Pageable

public class Pageable extends Object
  • Constructor Details

    • Pageable

      public Pageable()
  • Method Details

    • getPageCount

      public Long getPageCount()
      Returns:
      the pageCount
    • setPageCount

      public void setPageCount(Long pageCount)
      Parameters:
      pageCount - the pageCount to set
    • getEachPageSize

      public int getEachPageSize()
      Returns:
      the eachPageSize
    • setEachPageSize

      public void setEachPageSize(int eachPageSize)
      Parameters:
      eachPageSize - the eachPageSize to set
    • getPageNo

      public int getPageNo()
      Returns:
      the pageNo
    • setPageNo

      public void setPageNo(int pageNo)
      Parameters:
      pageNo - the pageNo to set
    • getOrder

      public OrderEnum getOrder()
      Returns:
      the order
    • setOrder

      public void setOrder(OrderEnum order)
      Parameters:
      order - the order to set
    • getOrderStr

      public String getOrderStr()
      Returns:
      the orderStr
    • setOrderStr

      public void setOrderStr(String orderStr)
      Parameters:
      orderStr - the orderStr to set
    • getTotalCount

      public Long getTotalCount()
      Returns:
      the totalCount
    • setTotalCount

      public void setTotalCount(Long totalCount)
      Parameters:
      totalCount - the totalCount to set
    • toString

      public String toString()
      Overrides:
      toString in class Object