public interface RepresentedCellCurious
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
void setRepresentedCellPropertyName(String representedCellPropertyName)
representedCellPropertyName - the given property name of the represented cell in the the accounting line tableString getRepresentedCellPropertyName()
void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
columnNumberOfRepresentedCell - the given column number of the represented cell in the the accounting line tableint getColumnNumberOfRepresentedCell()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.