|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.endow.batch.reporter.ReportDocumentStatistics
public class ReportDocumentStatistics
| Field Summary | |
|---|---|
protected String |
documentTypeName
|
protected int |
numberOfDocuments
|
protected int |
numberOfErrors
|
protected int |
numberOfSourceTransactionLines
|
protected int |
numberOfTargetTransactionLines
|
| Constructor Summary | |
|---|---|
ReportDocumentStatistics(String documentTypeName)
Constructs a ReportDocumentStatistics.java. |
|
| Method Summary | |
|---|---|
void |
addNumberOfSourceTransactionLines(int numberOfSourceTransactionLines)
Adds the specified number of source transaction lines for this document. |
void |
addNumberOfTargetTransactionLines(int numberOfTargetTransactionLines)
Adds the specified number of target transaction lines for this document. |
String |
getDocumentTypeName()
Gets the documentTypeName attribute. |
int |
getNumberOfDocuments()
Gets the numberOfDocuments attribute. |
int |
getNumberOfErrors()
Gets the numberOfErrors attribute. |
int |
getNumberOfSourceTransactionLines()
Gets the numberOfSourceTransactionLines attribute. |
int |
getNumberOfTargetTransactionLines()
Gets the numberOfTargetTransactionLines attribute. |
int |
getTotalNumberOfTransactionLines()
This returns the total number of source and target transaction lines. |
void |
incrementNumberOfDocuments()
Increments the number of documents that were generated for this by 1. |
void |
incrementNumberOfErrors()
Increments the number of errors for this document by 1. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int numberOfSourceTransactionLines
protected int numberOfTargetTransactionLines
protected int numberOfDocuments
protected int numberOfErrors
protected String documentTypeName
| Constructor Detail |
|---|
public ReportDocumentStatistics(String documentTypeName)
| Method Detail |
|---|
public int getTotalNumberOfTransactionLines()
public void incrementNumberOfDocuments()
public void addNumberOfSourceTransactionLines(int numberOfSourceTransactionLines)
numberOfSourceTransactionLines - public void addNumberOfTargetTransactionLines(int numberOfTargetTransactionLines)
numberOfTargetTransactionLines - public void incrementNumberOfErrors()
public int getNumberOfDocuments()
public int getNumberOfErrors()
public int getNumberOfSourceTransactionLines()
public int getNumberOfTargetTransactionLines()
public String getDocumentTypeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||