|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.service.impl.ScrubberStatus
public class ScrubberStatus
This class represents the status for origin entries through the different origin entry groups (i.e. input, valid, error, and expired)
Constructor Summary | |
---|---|
ScrubberStatus()
|
Method Summary | |
---|---|
String |
getErrorFileName()
Gets the errorFileName attribute. |
String |
getExpiredFileName()
Gets the expiredFileName attribute. |
String |
getInputFileName()
Gets the inputFileName attribute. |
Map<OriginEntryInformation,OriginEntryInformation> |
getUnscrubbedToScrubbedEntries()
Gets the unscrubbedToScrubbedEntry 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 |
setUnscrubbedToScrubbedEntries(Map<OriginEntryInformation,OriginEntryInformation> unscrubbedToScrubbedEntry)
Sets the unscrubbedToScrubbedEntry 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 ScrubberStatus()
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.public Map<OriginEntryInformation,OriginEntryInformation> getUnscrubbedToScrubbedEntries()
public void setUnscrubbedToScrubbedEntries(Map<OriginEntryInformation,OriginEntryInformation> unscrubbedToScrubbedEntry)
unscrubbedToScrubbedEntry
- The unscrubbedToScrubbedEntry to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |