ro.nextreports.engine
Class GroupCache
java.lang.Object
ro.nextreports.engine.GroupCache
public class GroupCache
- extends java.lang.Object
Created by IntelliJ IDEA.
User: mihai.panaitescu
Date: Nov 26, 2008
Time: 11:04:50 AM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupCache
public GroupCache()
getGroup
public ReportGroup getGroup()
setGroup
public void setGroup(ReportGroup group)
isStart
public boolean isStart()
setStart
public void setStart(boolean start)
getHgBand
public ro.nextreports.engine.band.Band getHgBand()
headerHasRows
public boolean headerHasRows()
footerHasRows
public boolean footerHasRows()
setHgBand
public void setHgBand(ro.nextreports.engine.band.Band hgBand)
getFgBand
public ro.nextreports.engine.band.Band getFgBand()
setFgBand
public void setFgBand(ro.nextreports.engine.band.Band fgBand)
getFuncCache
public java.util.List<FunctionCache> getFuncCache()
setFuncCache
public void setFuncCache(java.util.List<FunctionCache> funcCache)
incrementGroupRow
public void incrementGroupRow()
resetGroupRow
public void resetGroupRow()
getGroupRow
public int getGroupRow()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object