public class DataTableData<TYPE> extends Object
| Constructor and Description |
|---|
DataTableData() |
DataTableData(List<TYPE> list,
long total) |
| Modifier and Type | Method and Description |
|---|---|
List<TYPE> |
getList() |
long |
getTotal() |
void |
setList(List<TYPE> list) |
void |
setTotal(long total) |
Copyright © 2020. All rights reserved.