public class Page<T> extends ModelObject
Modifier and Type | Method and Description |
---|---|
PageInfo |
getPageInfo()
If null, implies all records
|
List<T> |
getRecords() |
void |
setPageInfo(PageInfo pageInfo)
If null, implies all records
|
void |
setRecords(List<T> records) |
Copyright © 2018. All rights reserved.