protected static class PagingInvoker.InvocationResultResource<ENTITY> extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_allRecordCount |
protected List<ENTITY> |
_selectedList |
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
InvocationResultResource() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getAllRecordCount() |
List<ENTITY> |
getSelectedList() |
void |
setAllRecordCount(int allRecordCount) |
void |
setSelectedList(List<ENTITY> selectedList) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.