public class DemergerReportData extends Object
Constructor and Description |
---|
DemergerReportData()
Constructs a DemergerReportData instance
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DemergerReportData()
public void incorporateReportData(DemergerReportData anotherReport)
anotherReport
- more demerger report data to add to the current demerger report datapublic void incrementErrorTransactionsRead()
public void incrementValidTransactionsRead()
public void incrementErrorTransactionsSaved()
public void incrementValidTransactionsSaved()
public void incrementOffsetTransactionsBypassed()
public void incrementCapitalizationTransactionsBypassed()
public void incrementLiabilityTransactionsBypassed()
public void incrementTransferTransactionsBypassed()
public void incrementCostShareTransactionsBypassed()
public void incrementCostShareEncumbranceTransactionsBypassed()
public int getCapitalizationTransactionsBypassed()
public int getCostShareEncumbranceTransactionsBypassed()
public int getCostShareTransactionsBypassed()
public int getErrorTransactionsRead()
public int getErrorTransactionsSaved()
public int getLiabilityTransactionsBypassed()
public int getOffsetTransactionsBypassed()
public int getTransferTransactionsBypassed()
public int getValidTransactionsSaved()
public void setErrorTransactionsRead(int x)
x
- the count of error transactions read to reset topublic void setErrorTransactionWritten(int x)
x
- the count of error transactions written to reset topublic void setValidTransactionsSaved(int validTransactionsSaved)
validTransactionsSaved
- The validTransactionsSaved to set.public int getValidTransactionsRead()
public void setValidTransactionsRead(int x)
x
- the count of valid transactions read to reset toCopyright © 2004–2014 The Kuali Foundation. All rights reserved.