org.kuali.kfs.module.cab.batch
Class ExtractProcessLog

java.lang.Object
  extended by org.kuali.kfs.module.cab.batch.ExtractProcessLog

public class ExtractProcessLog
extends Object


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

ExtractProcessLog

public ExtractProcessLog()
Method Detail

getIgnoredGLEntries

public List<Entry> getIgnoredGLEntries()
Gets the ignoredGLEntries attribute.

Returns:
Returns the ignoredGLEntries.

setIgnoredGLEntries

public void setIgnoredGLEntries(List<Entry> ignoredGLEntries)
Sets the ignoredGLEntries attribute value.

Parameters:
ignoredGLEntries - The ignoredGLEntries to set.

getDuplicateGLEntries

public List<Entry> getDuplicateGLEntries()
Gets the duplicateGLEntries attribute.

Returns:
Returns the duplicateGLEntries.

setDuplicateGLEntries

public void setDuplicateGLEntries(List<Entry> duplicateGLEntries)
Sets the duplicateGLEntries attribute value.

Parameters:
duplicateGLEntries - The duplicateGLEntries to set.

getMismatchedGLEntries

public List<Entry> getMismatchedGLEntries()
Gets the mismatchedGLEntries attribute.

Returns:
Returns the mismatchedGLEntries.

setMismatchedGLEntries

public void setMismatchedGLEntries(List<Entry> mismatchedGLEntries)
Sets the mismatchedGLEntries attribute value.

Parameters:
mismatchedGLEntries - The mismatchedGLEntries to set.

addIgnoredGLEntries

public void addIgnoredGLEntries(Collection<Entry> add)
Adds a collection of entries to ignoredGLEntries

Parameters:
add - ignoredGLEntries

addDuplicateGLEntries

public void addDuplicateGLEntries(Collection<Entry> add)
Adds a collection of entries to duplicateGLEntries

Parameters:
add - duplicateGLEntries

addMismatchedGLEntries

public void addMismatchedGLEntries(Collection<Entry> add)
Adds a collection of entries to mismatchedGLEntries

Parameters:
add - mismatchedGLEntries

addIgnoredGLEntry

public void addIgnoredGLEntry(Entry add)
Add a GL entry to ignoredGLEntries

Parameters:
add - Entry

addDuplicateGLEntry

public void addDuplicateGLEntry(Entry add)
Add a GL entry to duplicateGLEntries

Parameters:
add - Entry

addMismatchedGLEntry

public void addMismatchedGLEntry(Entry add)
Add a GL entry to mismatchedGLEntries

Parameters:
add - Entry

getStartTime

public Timestamp getStartTime()
Gets the startTime attribute.

Returns:
Returns the startTime.

setStartTime

public void setStartTime(Timestamp startTime)
Sets the startTime attribute value.

Parameters:
startTime - The startTime to set.

getLastExtractTime

public Timestamp getLastExtractTime()
Gets the lastExtractTime attribute.

Returns:
Returns the lastExtractTime.

setLastExtractTime

public void setLastExtractTime(Timestamp lastExtractTime)
Sets the lastExtractTime attribute value.

Parameters:
lastExtractTime - The lastExtractTime to set.

isSuccess

public boolean isSuccess()
Gets the success attribute.

Returns:
Returns the success.

setSuccess

public void setSuccess(boolean success)
Sets the success attribute value.

Parameters:
success - The success to set.

getFinishTime

public Timestamp getFinishTime()
Gets the finishTime attribute.

Returns:
Returns the finishTime.

setFinishTime

public void setFinishTime(Timestamp finishTime)
Sets the finishTime attribute value.

Parameters:
finishTime - The finishTime to set.

getErrorMessage

public String getErrorMessage()
Gets the errorMessage attribute.

Returns:
Returns the errorMessage.

setErrorMessage

public void setErrorMessage(String errorMessage)
Sets the errorMessage attribute value.

Parameters:
errorMessage - The errorMessage to set.

getTotalGlCount

public Integer getTotalGlCount()
Gets the totalGlCount attribute.

Returns:
Returns the totalGlCount.

setTotalGlCount

public void setTotalGlCount(Integer totalGlCount)
Sets the totalGlCount attribute value.

Parameters:
totalGlCount - The totalGlCount to set.

getNonPurApGlCount

public Integer getNonPurApGlCount()
Gets the nonPurApGlCount attribute.

Returns:
Returns the nonPurApGlCount.

setNonPurApGlCount

public void setNonPurApGlCount(Integer nonPurApGlCount)
Sets the nonPurApGlCount attribute value.

Parameters:
nonPurApGlCount - The nonPurApGlCount to set.

getPurApGlCount

public Integer getPurApGlCount()
Gets the purApGlCount attribute.

Returns:
Returns the purApGlCount.

setPurApGlCount

public void setPurApGlCount(Integer purApGlCount)
Sets the purApGlCount attribute value.

Parameters:
purApGlCount - The purApGlCount to set.

getStatusMessage

public String getStatusMessage()
Gets the statusMessage attribute.

Returns:
Returns the statusMessage.

setStatusMessage

public void setStatusMessage(String statusMessage)
Sets the statusMessage attribute value.

Parameters:
statusMessage - The statusMessage to set.


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