类 Page

java.lang.Object
com.mbap.util.view.Page
所有已实现的接口:
Serializable

public class Page extends Object implements Serializable
另请参阅:
  • 字段详细资料

    • searchCondition

      public String searchCondition
    • orderCondition

      public String orderCondition
    • total

      public Integer total
    • pageSize

      public Integer pageSize
    • page

      public Integer page
    • data

      public Collection<?> data
  • 构造器详细资料

    • Page

      public Page()
  • 方法详细资料

    • getSearchCondition

      public String getSearchCondition()
    • setSearchCondition

      public void setSearchCondition(String paramString)
    • getOrderCondition

      public String getOrderCondition()
    • setOrderCondition

      public void setOrderCondition(String paramString)
    • getTotalCount

      public Integer getTotalCount()
    • setTotalCount

      public void setTotalCount(Integer paramInteger)
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer paramInteger)
    • getPage

      public Integer getPage()
    • setPage

      public void setPage(Integer paramInteger)
    • getData

      public Collection<?> getData()
    • setData

      public void setData(Collection<?> paramCollection)
    • getTotal

      public Integer getTotal()
    • setTotal

      public void setTotal(Integer total)
    • toJSONString

      public String toJSONString()