public class GroupCache
extends java.lang.Object
Constructor and Description |
---|
GroupCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
footerHasRows() |
ro.nextreports.engine.band.Band |
getFgBand() |
java.util.List<FunctionCache> |
getFuncCache() |
ReportGroup |
getGroup() |
int |
getGroupRow() |
ro.nextreports.engine.band.Band |
getHgBand() |
boolean |
headerHasRows() |
void |
incrementGroupRow() |
boolean |
isStart() |
void |
resetGroupRow() |
void |
setFgBand(ro.nextreports.engine.band.Band fgBand) |
void |
setFuncCache(java.util.List<FunctionCache> funcCache) |
void |
setGroup(ReportGroup group) |
void |
setHgBand(ro.nextreports.engine.band.Band hgBand) |
void |
setStart(boolean start) |
java.lang.String |
toString() |
public ReportGroup getGroup()
public void setGroup(ReportGroup group)
public boolean isStart()
public void setStart(boolean start)
public ro.nextreports.engine.band.Band getHgBand()
public boolean headerHasRows()
public boolean footerHasRows()
public void setHgBand(ro.nextreports.engine.band.Band hgBand)
public ro.nextreports.engine.band.Band getFgBand()
public void setFgBand(ro.nextreports.engine.band.Band fgBand)
public java.util.List<FunctionCache> getFuncCache()
public void setFuncCache(java.util.List<FunctionCache> funcCache)
public void incrementGroupRow()
public void resetGroupRow()
public int getGroupRow()
public java.lang.String toString()
toString
in class java.lang.Object