|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.gl.service.impl.CollectorScrubberStatus
public class CollectorScrubberStatus
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 |
|---|
public CollectorScrubberStatus()
| Method Detail |
|---|
public String getErrorFileName()
public void setErrorFileName(String errorFileName)
errorFileName - The errorFileName to set.public String getExpiredFileName()
public void setExpiredFileName(String expiredFileName)
expiredFileName - The expiredFileName to set.public String getInputFileName()
public void setInputFileName(String inputFileName)
inputFileName - The inputFileName to set.public String getValidFileName()
public void setValidFileName(String validFileName)
validFileName - The validFileName to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||