public class AccountCreationStatusDTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
accountNumber |
protected String |
chartOfAccountsCode |
protected String |
documentNumber |
protected List<String> |
errorMessages |
protected String |
status |
Constructor and Description |
---|
AccountCreationStatusDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
List<String> |
getErrorMessages()
Gets the errorCodes attribute.
|
String |
getStatus()
Gets the status attribute.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.
|
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
protected String accountNumber
protected String chartOfAccountsCode
public AccountCreationStatusDTO()
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.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.