类 PageParam

java.lang.Object
tech.mhuang.pacebox.core.page.PageParam

public class PageParam extends Object
分页条件
从以下版本开始:
1.1.2
作者:
mhuang
  • 构造器详细资料

  • 方法详细资料

    • getMax

      public int getMax()
    • setMax

      public void setMax(int max)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getNum

      public int getNum()
    • setNum

      public void setNum(int num)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • init

      public static PageParam init(Integer max)
      初始化一页最大数据
      参数:
      max - 最大值
      返回:
      分页参数
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object