ro.nextreports.engine
Class GroupCache

Package class diagram package GroupCache
java.lang.Object
  extended by 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


Constructor Summary
GroupCache()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupCache

public GroupCache()
Method Detail

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