public class EnterpriseFeederStatusAndErrorMessagesWrapper extends Object
| Constructor and Description | 
|---|
| EnterpriseFeederStatusAndErrorMessagesWrapper()Constructs a EnterpriseFeederStatusAndErrorMessagesWrapper, initializing values to null | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDataFileName()Gets the dataFileName attribute. | 
| String | getDoneFileName()Gets the doneFileName attribute. | 
| List<Message> | getErrorMessages()Gets the errorMessages attribute. | 
| String | getReconFileName()Gets the reconFileName attribute. | 
| EnterpriseFeederStatus | getStatus()Gets the status attribute. | 
| void | setErrorMessages(List<Message> errorMessages)Sets the errorMessages attribute value. | 
| void | setFileNames(File dataFile,
                        File reconFile,
                        File doneFile) | 
| void | setStatus(EnterpriseFeederStatus status)Sets the status attribute value. | 
public EnterpriseFeederStatusAndErrorMessagesWrapper()
public List<Message> getErrorMessages()
public void setErrorMessages(List<Message> errorMessages)
errorMessages - The errorMessages to set.public EnterpriseFeederStatus getStatus()
public void setStatus(EnterpriseFeederStatus status)
status - The status to set.public void setFileNames(File dataFile, File reconFile, File doneFile)
public String getDoneFileName()
public String getReconFileName()
public String getDataFileName()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.