public class ScrubberReportData extends Object
Constructor and Description |
---|
ScrubberReportData()
Constructs a ScrubberReportData instance
|
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfCapitalizationEntriesGenerated() |
int |
getNumberOfCostShareEncumbrancesGenerated() |
int |
getNumberOfCostShareEntriesGenerated() |
int |
getNumberOfErrorRecordsWritten() |
int |
getNumberOfExpiredAccountsFound() |
int |
getNumberOfLiabilityEntriesGenerated() |
int |
getNumberOfOffsetEntriesGenerated() |
int |
getNumberOfPlantIndebtednessEntriesGenerated() |
int |
getNumberOfScrubbedRecordsWritten() |
int |
getNumberOfUnscrubbedRecordsRead() |
int |
getTotalNumberOfRecordsWritten() |
void |
incorporateReportData(ScrubberReportData anotherReport)
Adds the values from the parameter report data into this object.
|
void |
incrementCapitalizationEntryGenerated()
Increments the capitalization entry generated count by 1
|
void |
incrementCostShareEncumbranceGenerated()
Increments the cost share encumbranace generated count by 1
|
void |
incrementCostShareEntryGenerated()
Increments the cost share entry generated count by 1
|
void |
incrementErrorRecordWritten()
Increments the error records written count by 1
|
void |
incrementExpiredAccountFound()
Increments the expired account found count by 1
|
void |
incrementLiabilityEntryGenerated()
Increments the liability entry generated count by 1
|
void |
incrementOffsetEntryGenerated()
Increments the offset entry generated count by 1
|
void |
incrementPlantIndebtednessEntryGenerated()
Increments the plant indebtedness entry count by 1
|
void |
incrementScrubbedRecordWritten()
Increments the scrubbed records written count by 1
|
void |
incrementUnscrubbedRecordsRead()
Increments the unscrubbed records read count by 1
|
public ScrubberReportData()
public void incorporateReportData(ScrubberReportData anotherReport)
anotherReport
- another set of scrubber report data to add to this scrubber report datapublic void incrementErrorRecordWritten()
public void incrementExpiredAccountFound()
public void incrementScrubbedRecordWritten()
public void incrementOffsetEntryGenerated()
public void incrementCapitalizationEntryGenerated()
public void incrementLiabilityEntryGenerated()
public void incrementPlantIndebtednessEntryGenerated()
public void incrementCostShareEntryGenerated()
public void incrementCostShareEncumbranceGenerated()
public void incrementUnscrubbedRecordsRead()
public int getNumberOfUnscrubbedRecordsRead()
public int getNumberOfScrubbedRecordsWritten()
public int getNumberOfErrorRecordsWritten()
public int getNumberOfOffsetEntriesGenerated()
public int getNumberOfCapitalizationEntriesGenerated()
public int getNumberOfLiabilityEntriesGenerated()
public int getNumberOfPlantIndebtednessEntriesGenerated()
public int getNumberOfCostShareEntriesGenerated()
public int getNumberOfCostShareEncumbrancesGenerated()
public int getTotalNumberOfRecordsWritten()
public int getNumberOfExpiredAccountsFound()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.