org.kuali.kfs.gl.businessobject
Class DemergerReportData

java.lang.Object
  extended by org.kuali.kfs.gl.businessobject.DemergerReportData

public class DemergerReportData
extends Object

A class to encapsulate statistics generated during a demerger


Constructor Summary
DemergerReportData()
          Constructs a DemergerReportData instance
 
Method Summary
 int getCapitalizationTransactionsBypassed()
          Returns the count of capitalization transactions bypassed
 int getCostShareEncumbranceTransactionsBypassed()
          Returns the count of cost share encumbranace transactions bypassed
 int getCostShareTransactionsBypassed()
          Returns the count of cost share transactions bypassed
 int getErrorTransactionsRead()
          Returns the count of error transactions read
 int getErrorTransactionsSaved()
          Returns the count of error transactions saved
 int getLiabilityTransactionsBypassed()
          Returns the count of liability transactions bypassed
 int getOffsetTransactionsBypassed()
          Returns the count of offset transactions bypassed
 int getTransferTransactionsBypassed()
          Returns the count of transfer transactions bypassed
 int getValidTransactionsRead()
          Returns the count of valid transactions read
 int getValidTransactionsSaved()
          Returns the count of valid transactions saved
 void incorporateReportData(DemergerReportData anotherReport)
          Adds the values from the parameter report data into this object.
 void incrementCapitalizationTransactionsBypassed()
          Increments the count of capitalization transactions bypassed by 1
 void incrementCostShareEncumbranceTransactionsBypassed()
          Increments the count of cost share encumbrance transactions bypassed by 1
 void incrementCostShareTransactionsBypassed()
          Increments the count of cost share transactions bypassed by 1
 void incrementErrorTransactionsRead()
          Increments the count of error transactions read by 1
 void incrementErrorTransactionsSaved()
          Increments the count of error transactions written by 1
 void incrementLiabilityTransactionsBypassed()
          Increments the count of liability transactions bypassed by 1
 void incrementOffsetTransactionsBypassed()
          Increments the count of offset transactions bypassed by 1
 void incrementTransferTransactionsBypassed()
          Increments the count of transfer transactions bypassed by 1
 void incrementValidTransactionsRead()
          Increments the count of valid transactions read by 1
 void incrementValidTransactionsSaved()
          Increments the count of valid transactions saved by 1
 void setErrorTransactionsRead(int x)
          Resets the number of error transactions read to the given amount
 void setErrorTransactionWritten(int x)
          Resets the number of error transactions written to the given amount
 void setValidTransactionsRead(int x)
          Resets the number of valid transactions read to the given amount
 void setValidTransactionsSaved(int validTransactionsSaved)
          Sets the validTransactionsSaved attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemergerReportData

public DemergerReportData()
Constructs a DemergerReportData instance

Method Detail

incorporateReportData

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

Parameters:
anotherReport - more demerger report data to add to the current demerger report data

incrementErrorTransactionsRead

public void incrementErrorTransactionsRead()
Increments the count of error transactions read by 1


incrementValidTransactionsRead

public void incrementValidTransactionsRead()
Increments the count of valid transactions read by 1


incrementErrorTransactionsSaved

public void incrementErrorTransactionsSaved()
Increments the count of error transactions written by 1


incrementValidTransactionsSaved

public void incrementValidTransactionsSaved()
Increments the count of valid transactions saved by 1


incrementOffsetTransactionsBypassed

public void incrementOffsetTransactionsBypassed()
Increments the count of offset transactions bypassed by 1


incrementCapitalizationTransactionsBypassed

public void incrementCapitalizationTransactionsBypassed()
Increments the count of capitalization transactions bypassed by 1


incrementLiabilityTransactionsBypassed

public void incrementLiabilityTransactionsBypassed()
Increments the count of liability transactions bypassed by 1


incrementTransferTransactionsBypassed

public void incrementTransferTransactionsBypassed()
Increments the count of transfer transactions bypassed by 1


incrementCostShareTransactionsBypassed

public void incrementCostShareTransactionsBypassed()
Increments the count of cost share transactions bypassed by 1


incrementCostShareEncumbranceTransactionsBypassed

public void incrementCostShareEncumbranceTransactionsBypassed()
Increments the count of cost share encumbrance transactions bypassed by 1


getCapitalizationTransactionsBypassed

public int getCapitalizationTransactionsBypassed()
Returns the count of capitalization transactions bypassed

Returns:
the count of capitalization transactions bypassed

getCostShareEncumbranceTransactionsBypassed

public int getCostShareEncumbranceTransactionsBypassed()
Returns the count of cost share encumbranace transactions bypassed

Returns:
the count of cost share encumbranace transactions bypassed

getCostShareTransactionsBypassed

public int getCostShareTransactionsBypassed()
Returns the count of cost share transactions bypassed

Returns:
the count of cost share transactions bypassed

getErrorTransactionsRead

public int getErrorTransactionsRead()
Returns the count of error transactions read

Returns:
the count of error transactions read

getErrorTransactionsSaved

public int getErrorTransactionsSaved()
Returns the count of error transactions saved

Returns:
the count of error transactions saved

getLiabilityTransactionsBypassed

public int getLiabilityTransactionsBypassed()
Returns the count of liability transactions bypassed

Returns:
the count of liability transactions bypassed

getOffsetTransactionsBypassed

public int getOffsetTransactionsBypassed()
Returns the count of offset transactions bypassed

Returns:
the count of offset transactions bypassed

getTransferTransactionsBypassed

public int getTransferTransactionsBypassed()
Returns the count of transfer transactions bypassed

Returns:
the count of transfer transactions bypassed

getValidTransactionsSaved

public int getValidTransactionsSaved()
Returns the count of valid transactions saved

Returns:
the count of valid transactions saved

setErrorTransactionsRead

public void setErrorTransactionsRead(int x)
Resets the number of error transactions read to the given amount

Parameters:
x - the count of error transactions read to reset to

setErrorTransactionWritten

public void setErrorTransactionWritten(int x)
Resets the number of error transactions written to the given amount

Parameters:
x - the count of error transactions written to reset to

setValidTransactionsSaved

public void setValidTransactionsSaved(int validTransactionsSaved)
Sets the validTransactionsSaved attribute value.

Parameters:
validTransactionsSaved - The validTransactionsSaved to set.

getValidTransactionsRead

public int getValidTransactionsRead()
Returns the count of valid transactions read

Returns:
the count of valid transactions read

setValidTransactionsRead

public void setValidTransactionsRead(int x)
Resets the number of valid transactions read to the given amount

Parameters:
x - the count of valid transactions read to reset to


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