ENTITY - The type of entity.public class GroupingRowResource<ENTITY> extends Object implements Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_breakCount |
protected int |
_elementCurrentIndex |
protected List<ENTITY> |
_groupingRowList |
| コンストラクタと説明 |
|---|
GroupingRowResource() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addGroupingRowList(ENTITY groupingRow)
Add the element entity to the list of grouping row.
|
int |
getBreakCount() |
ENTITY |
getCurrentEntity() |
int |
getElementCurrentIndex() |
List<ENTITY> |
getGroupingRowList() |
boolean |
isSizeUpBreakCount() |
void |
setBreakCount(int breakCount)
Set the count of break loop.
|
void |
setElementCurrentIndex(int elementCurrentIndex)
Set the index of current element.
|
protected int _elementCurrentIndex
protected int _breakCount
public boolean isSizeUpBreakCount()
public List<ENTITY> getGroupingRowList()
public void addGroupingRowList(ENTITY groupingRow)
groupingRow - The element entity to the list of grouping row.public ENTITY getCurrentEntity()
public int getElementCurrentIndex()
public void setElementCurrentIndex(int elementCurrentIndex)
elementCurrentIndex - The index of current element.public int getBreakCount()
public void setBreakCount(int breakCount)
breakCount - The count of break loop.Copyright © 2014–2015 The DBFlute Project. All rights reserved.