public class ScrubberStatus extends Object
Constructor and Description |
---|
ScrubberStatus() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ScrubberStatus()
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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.