public class BudgetAdjustmentCreationStatusDTO extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | documentNumber | 
| protected List<String> | errorMessages | 
| protected String | status | 
| Constructor and Description | 
|---|
| BudgetAdjustmentCreationStatusDTO() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocumentNumber()Gets the documentNumber attribute. | 
| List<String> | getErrorMessages()Gets the errorCodes attribute. | 
| String | getStatus()Gets the status attribute. | 
| void | setDocumentNumber(String documentNumber)Sets the documentNumber attribute value. | 
| void | setErrorMessages(List<String> errorMessages)Sets the errorCodes attribute value. | 
| void | setStatus(String status)Sets the status attribute value. | 
protected List<String> errorMessages
protected String documentNumber
public BudgetAdjustmentCreationStatusDTO()
public List<String> getErrorMessages()
public void setErrorMessages(List<String> errorMessages)
errorCodes - The errorCodes to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.