org.kuali.kfs.sys.document.web.renderers
Interface RepresentedCellCurious

All Known Implementing Classes:
DebitCreditTotalRenderer, GroupTotalRenderer, ProcurementCardGroupTotalRenderer, TotalRendererBase

public interface RepresentedCellCurious


Method Summary
 int getColumnNumberOfRepresentedCell()
          get the column number of the represented cell in the the accounting line table
 String getRepresentedCellPropertyName()
          get the property name of the represented cell in the the accounting line table
 void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
          set the column number of the represented cell in the the accounting line table
 void setRepresentedCellPropertyName(String representedCellPropertyName)
          set the property name of the represented cell in the the accounting line table
 

Method Detail

setRepresentedCellPropertyName

void setRepresentedCellPropertyName(String representedCellPropertyName)
set the property name of the represented cell in the the accounting line table

Parameters:
representedCellPropertyName - the given property name of the represented cell in the the accounting line table

getRepresentedCellPropertyName

String getRepresentedCellPropertyName()
get the property name of the represented cell in the the accounting line table


setColumnNumberOfRepresentedCell

void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
set the column number of the represented cell in the the accounting line table

Parameters:
columnNumberOfRepresentedCell - the given column number of the represented cell in the the accounting line table

getColumnNumberOfRepresentedCell

int getColumnNumberOfRepresentedCell()
get the column number of the represented cell in the the accounting line table



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