Package com.cc.common.mybatis
Class Pageable
java.lang.Object
com.cc.common.mybatis.Pageable
public class Pageable
extends java.lang.Object
-
Constructor Details
-
Pageable
public Pageable() -
Pageable
- Throws:
BasedException
-
-
Method Details
-
getLimit
public int getLimit() -
setLimit
- Throws:
BasedException
-
getOffset
public int getOffset() -
setOffset
- Throws:
BasedException
-