org.kuali.kfs.gl.batch.service.impl
Class ReconciliationBlock

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.ReconciliationBlock

public class ReconciliationBlock
extends Object

The reconciliation information corresponding to a whole file


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

Constructor Detail

ReconciliationBlock

public ReconciliationBlock()
Method Detail

getColumns

public List<ColumnReconciliation> getColumns()
Gets the columns attribute. Do not modify the list or its contents.

Returns:
Returns the columns.

addColumn

public void addColumn(ColumnReconciliation column)
Adds a column reconciliation definition

Parameters:
column -

getRowCount

public int getRowCount()
Gets the rowCount attribute.

Returns:
Returns the rowCount.

setRowCount

public void setRowCount(int rowCount)
Sets the rowCount attribute value.

Parameters:
rowCount - The rowCount to set.

getTableId

public String getTableId()
Gets the tableId attribute.

Returns:
Returns the tableId.

setTableId

public void setTableId(String tableId)
Sets the tableId attribute value.

Parameters:
tableId - The tableId to set.


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