org.kuali.kfs.gl.service.impl
Class CollectorScrubberStatus

java.lang.Object
  extended by org.kuali.kfs.gl.service.impl.CollectorScrubberStatus

public class CollectorScrubberStatus
extends Object

This class represents the status for origin entries through the different origin entry groups (i.e. input, valid, error, and expired)


Constructor Summary
CollectorScrubberStatus()
           
 
Method Summary
 String getErrorFileName()
          Gets the errorFileName attribute.
 String getExpiredFileName()
          Gets the expiredFileName attribute.
 String getInputFileName()
          Gets the inputFileName attribute.
 String getValidFileName()
          Gets the validFileName attribute.
 void setErrorFileName(String errorFileName)
          Sets the errorFileName attribute value.
 void setExpiredFileName(String expiredFileName)
          Sets the expiredFileName attribute value.
 void setInputFileName(String inputFileName)
          Sets the inputFileName attribute value.
 void setValidFileName(String validFileName)
          Sets the validFileName attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectorScrubberStatus

public CollectorScrubberStatus()
Method Detail

getErrorFileName

public String getErrorFileName()
Gets the errorFileName attribute.

Returns:
Returns the errorFileName.

setErrorFileName

public void setErrorFileName(String errorFileName)
Sets the errorFileName attribute value.

Parameters:
errorFileName - The errorFileName to set.

getExpiredFileName

public String getExpiredFileName()
Gets the expiredFileName attribute.

Returns:
Returns the expiredFileName.

setExpiredFileName

public void setExpiredFileName(String expiredFileName)
Sets the expiredFileName attribute value.

Parameters:
expiredFileName - The expiredFileName to set.

getInputFileName

public String getInputFileName()
Gets the inputFileName attribute.

Returns:
Returns the inputFileName.

setInputFileName

public void setInputFileName(String inputFileName)
Sets the inputFileName attribute value.

Parameters:
inputFileName - The inputFileName to set.

getValidFileName

public String getValidFileName()
Gets the validFileName attribute.

Returns:
Returns the validFileName.

setValidFileName

public void setValidFileName(String validFileName)
Sets the validFileName attribute value.

Parameters:
validFileName - The validFileName to set.


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