org.kuali.kfs.gl.service
Class ScrubberReportData

java.lang.Object
  extended by org.kuali.kfs.gl.service.ScrubberReportData

public class ScrubberReportData
extends Object

A class which encapsulates statistics about a scrubber run


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

Constructor Detail

ScrubberReportData

public ScrubberReportData()
Constructs a ScrubberReportData instance

Method Detail

incorporateReportData

public void incorporateReportData(ScrubberReportData anotherReport)
Adds the values from the parameter report data into this object.

Parameters:
anotherReport - another set of scrubber report data to add to this scrubber report data

incrementErrorRecordWritten

public void incrementErrorRecordWritten()
Increments the error records written count by 1


incrementExpiredAccountFound

public void incrementExpiredAccountFound()
Increments the expired account found count by 1


incrementScrubbedRecordWritten

public void incrementScrubbedRecordWritten()
Increments the scrubbed records written count by 1


incrementOffsetEntryGenerated

public void incrementOffsetEntryGenerated()
Increments the offset entry generated count by 1


incrementCapitalizationEntryGenerated

public void incrementCapitalizationEntryGenerated()
Increments the capitalization entry generated count by 1


incrementLiabilityEntryGenerated

public void incrementLiabilityEntryGenerated()
Increments the liability entry generated count by 1


incrementPlantIndebtednessEntryGenerated

public void incrementPlantIndebtednessEntryGenerated()
Increments the plant indebtedness entry count by 1


incrementCostShareEntryGenerated

public void incrementCostShareEntryGenerated()
Increments the cost share entry generated count by 1


incrementCostShareEncumbranceGenerated

public void incrementCostShareEncumbranceGenerated()
Increments the cost share encumbranace generated count by 1


incrementUnscrubbedRecordsRead

public void incrementUnscrubbedRecordsRead()
Increments the unscrubbed records read count by 1


getNumberOfUnscrubbedRecordsRead

public int getNumberOfUnscrubbedRecordsRead()
Returns:
Returns the numberOfUnscrubbedRecordsRead.

getNumberOfScrubbedRecordsWritten

public int getNumberOfScrubbedRecordsWritten()
Returns:
Returns the numberOfScrubbedRecordsWritten.

getNumberOfErrorRecordsWritten

public int getNumberOfErrorRecordsWritten()
Returns:
Returns the numberOfErrorRecordsWritten.

getNumberOfOffsetEntriesGenerated

public int getNumberOfOffsetEntriesGenerated()
Returns:
Returns the numberOfOffsetEntriesGenerated.

getNumberOfCapitalizationEntriesGenerated

public int getNumberOfCapitalizationEntriesGenerated()
Returns:
Returns the numberOfCapitalizationEntriesGenerated.

getNumberOfLiabilityEntriesGenerated

public int getNumberOfLiabilityEntriesGenerated()
Returns:
Returns the numberOfLiabilityEntriesGenerated.

getNumberOfPlantIndebtednessEntriesGenerated

public int getNumberOfPlantIndebtednessEntriesGenerated()
Returns:
Returns the numberOfPlantIndebtednessEntriesGenerated.

getNumberOfCostShareEntriesGenerated

public int getNumberOfCostShareEntriesGenerated()
Returns:
Returns the numberOfCostShareEntriesGenerated.

getNumberOfCostShareEncumbrancesGenerated

public int getNumberOfCostShareEncumbrancesGenerated()
Returns:
Returns the numberOfCostShareEncumbrancesGenerated.

getTotalNumberOfRecordsWritten

public int getTotalNumberOfRecordsWritten()
Returns:
Returns the totalNumberOfRecordsWritten.

getNumberOfExpiredAccountsFound

public int getNumberOfExpiredAccountsFound()
Returns:
Returns the numberOfExpiredAccountsFound.


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