public class ReconciliationBlock extends Object
Constructor and Description |
---|
ReconciliationBlock() |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(ColumnReconciliation column)
Adds a column reconciliation definition
|
List<ColumnReconciliation> |
getColumns()
Gets the columns attribute.
|
int |
getRowCount()
Gets the rowCount attribute.
|
String |
getTableId()
Gets the tableId attribute.
|
void |
setRowCount(int rowCount)
Sets the rowCount attribute value.
|
void |
setTableId(String tableId)
Sets the tableId attribute value.
|
public ReconciliationBlock()
public List<ColumnReconciliation> getColumns()
public void addColumn(ColumnReconciliation column)
column
- public int getRowCount()
public void setRowCount(int rowCount)
rowCount
- The rowCount to set.public String getTableId()
public void setTableId(String tableId)
tableId
- The tableId to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.