|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.ReconciliationBlock
public class ReconciliationBlock
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 |
---|
public ReconciliationBlock()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |