org.kuali.kfs.sys.document.web.renderers
Class TotalRendererBase

java.lang.Object
  extended by org.kuali.kfs.sys.document.web.renderers.TotalRendererBase
All Implemented Interfaces:
CellCountCurious, Renderer, RepresentedCellCurious
Direct Known Subclasses:
DebitCreditTotalRenderer, GroupTotalRenderer

public abstract class TotalRendererBase
extends Object
implements Renderer, CellCountCurious, RepresentedCellCurious


Constructor Summary
TotalRendererBase()
           
 
Method Summary
 void clear()
          If this object is held in a pool, this method is called before the object is returned to the pool, so that the object can be cleaned up for the next use.
 int getCellCount()
          Gets the cellCount attribute.
 int getColumnNumberOfRepresentedCell()
          Gets the columnNumberOfRepresentedCell attribute.
 String getRepresentedCellPropertyName()
          Gets the representedCellPropertyName attribute.
 void setCellCount(int cellCount)
          Sets the cellCount attribute value.
 void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
          Sets the columnNumberOfRepresentedCell attribute value.
 void setRepresentedCellPropertyName(String representedCellPropertyName)
          Sets the representedCellPropertyName attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.kfs.sys.document.web.renderers.Renderer
render
 

Constructor Detail

TotalRendererBase

public TotalRendererBase()
Method Detail

clear

public void clear()
Description copied from interface: Renderer
If this object is held in a pool, this method is called before the object is returned to the pool, so that the object can be cleaned up for the next use.

Specified by:
clear in interface Renderer

getCellCount

public int getCellCount()
Gets the cellCount attribute.

Returns:
Returns the cellCount.

setCellCount

public void setCellCount(int cellCount)
Sets the cellCount attribute value.

Specified by:
setCellCount in interface CellCountCurious
Parameters:
cellCount - The cellCount to set.

getRepresentedCellPropertyName

public String getRepresentedCellPropertyName()
Gets the representedCellPropertyName attribute.

Specified by:
getRepresentedCellPropertyName in interface RepresentedCellCurious
Returns:
Returns the representedCellPropertyName.

setRepresentedCellPropertyName

public void setRepresentedCellPropertyName(String representedCellPropertyName)
Sets the representedCellPropertyName attribute value.

Specified by:
setRepresentedCellPropertyName in interface RepresentedCellCurious
Parameters:
representedCellPropertyName - The representedCellPropertyName to set.

getColumnNumberOfRepresentedCell

public int getColumnNumberOfRepresentedCell()
Gets the columnNumberOfRepresentedCell attribute.

Specified by:
getColumnNumberOfRepresentedCell in interface RepresentedCellCurious
Returns:
Returns the columnNumberOfRepresentedCell.

setColumnNumberOfRepresentedCell

public void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
Sets the columnNumberOfRepresentedCell attribute value.

Specified by:
setColumnNumberOfRepresentedCell in interface RepresentedCellCurious
Parameters:
columnNumberOfRepresentedCell - The columnNumberOfRepresentedCell to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.