|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cab.batch.ExtractProcessLog
public class ExtractProcessLog
Constructor Summary | |
---|---|
ExtractProcessLog()
|
Method Summary | |
---|---|
void |
addDuplicateGLEntries(Collection<Entry> add)
Adds a collection of entries to duplicateGLEntries |
void |
addDuplicateGLEntry(Entry add)
Add a GL entry to duplicateGLEntries |
void |
addIgnoredGLEntries(Collection<Entry> add)
Adds a collection of entries to ignoredGLEntries |
void |
addIgnoredGLEntry(Entry add)
Add a GL entry to ignoredGLEntries |
void |
addMismatchedGLEntries(Collection<Entry> add)
Adds a collection of entries to mismatchedGLEntries |
void |
addMismatchedGLEntry(Entry add)
Add a GL entry to mismatchedGLEntries |
List<Entry> |
getDuplicateGLEntries()
Gets the duplicateGLEntries attribute. |
String |
getErrorMessage()
Gets the errorMessage attribute. |
Timestamp |
getFinishTime()
Gets the finishTime attribute. |
List<Entry> |
getIgnoredGLEntries()
Gets the ignoredGLEntries attribute. |
Timestamp |
getLastExtractTime()
Gets the lastExtractTime attribute. |
List<Entry> |
getMismatchedGLEntries()
Gets the mismatchedGLEntries attribute. |
Integer |
getNonPurApGlCount()
Gets the nonPurApGlCount attribute. |
Integer |
getPurApGlCount()
Gets the purApGlCount attribute. |
Timestamp |
getStartTime()
Gets the startTime attribute. |
String |
getStatusMessage()
Gets the statusMessage attribute. |
Integer |
getTotalGlCount()
Gets the totalGlCount attribute. |
boolean |
isSuccess()
Gets the success attribute. |
void |
setDuplicateGLEntries(List<Entry> duplicateGLEntries)
Sets the duplicateGLEntries attribute value. |
void |
setErrorMessage(String errorMessage)
Sets the errorMessage attribute value. |
void |
setFinishTime(Timestamp finishTime)
Sets the finishTime attribute value. |
void |
setIgnoredGLEntries(List<Entry> ignoredGLEntries)
Sets the ignoredGLEntries attribute value. |
void |
setLastExtractTime(Timestamp lastExtractTime)
Sets the lastExtractTime attribute value. |
void |
setMismatchedGLEntries(List<Entry> mismatchedGLEntries)
Sets the mismatchedGLEntries attribute value. |
void |
setNonPurApGlCount(Integer nonPurApGlCount)
Sets the nonPurApGlCount attribute value. |
void |
setPurApGlCount(Integer purApGlCount)
Sets the purApGlCount attribute value. |
void |
setStartTime(Timestamp startTime)
Sets the startTime attribute value. |
void |
setStatusMessage(String statusMessage)
Sets the statusMessage attribute value. |
void |
setSuccess(boolean success)
Sets the success attribute value. |
void |
setTotalGlCount(Integer totalGlCount)
Sets the totalGlCount attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtractProcessLog()
Method Detail |
---|
public List<Entry> getIgnoredGLEntries()
public void setIgnoredGLEntries(List<Entry> ignoredGLEntries)
ignoredGLEntries
- The ignoredGLEntries to set.public List<Entry> getDuplicateGLEntries()
public void setDuplicateGLEntries(List<Entry> duplicateGLEntries)
duplicateGLEntries
- The duplicateGLEntries to set.public List<Entry> getMismatchedGLEntries()
public void setMismatchedGLEntries(List<Entry> mismatchedGLEntries)
mismatchedGLEntries
- The mismatchedGLEntries to set.public void addIgnoredGLEntries(Collection<Entry> add)
add
- ignoredGLEntriespublic void addDuplicateGLEntries(Collection<Entry> add)
add
- duplicateGLEntriespublic void addMismatchedGLEntries(Collection<Entry> add)
add
- mismatchedGLEntriespublic void addIgnoredGLEntry(Entry add)
add
- Entrypublic void addDuplicateGLEntry(Entry add)
add
- Entrypublic void addMismatchedGLEntry(Entry add)
add
- Entrypublic Timestamp getStartTime()
public void setStartTime(Timestamp startTime)
startTime
- The startTime to set.public Timestamp getLastExtractTime()
public void setLastExtractTime(Timestamp lastExtractTime)
lastExtractTime
- The lastExtractTime to set.public boolean isSuccess()
public void setSuccess(boolean success)
success
- The success to set.public Timestamp getFinishTime()
public void setFinishTime(Timestamp finishTime)
finishTime
- The finishTime to set.public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- The errorMessage to set.public Integer getTotalGlCount()
public void setTotalGlCount(Integer totalGlCount)
totalGlCount
- The totalGlCount to set.public Integer getNonPurApGlCount()
public void setNonPurApGlCount(Integer nonPurApGlCount)
nonPurApGlCount
- The nonPurApGlCount to set.public Integer getPurApGlCount()
public void setPurApGlCount(Integer purApGlCount)
purApGlCount
- The purApGlCount to set.public String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage
- The statusMessage to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |