Package com.objectsql.support
Class Paging
java.lang.Object
com.objectsql.support.Paging
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Pageable
@RdTable(name="None",
comment="\u5206\u9875")
public class Paging
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
page
@RdColumn(title="\u5f53\u524d\u9875", description="\u9ed8\u8ba41", nullable=false) public Integer page -
size
@RdColumn(title="\u5206\u9875\u5927\u5c0f", description="\u9ed8\u8ba410", nullable=false) public Integer size -
total
-
offset
-
-
Constructor Details
-
Paging
public Paging() -
Paging
-
-
Method Details
-
setOffset
-
getOffset
-
getPage
-
setPage
-
getSize
-
setSize
-
getTotal
-
setTotal
-