|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.integration.cg.dto.AccountCreationStatusDTO
public class AccountCreationStatusDTO
| Field Summary | |
|---|---|
protected String |
accountNumber
|
protected String |
chartOfAccountsCode
|
protected String |
documentNumber
|
protected List<String> |
errorMessages
|
protected String |
status
|
| Constructor Summary | |
|---|---|
AccountCreationStatusDTO()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> errorMessages
protected String documentNumber
protected String accountNumber
protected String chartOfAccountsCode
protected String status
| Constructor Detail |
|---|
public AccountCreationStatusDTO()
| Method Detail |
|---|
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.public String getStatus()
public void setStatus(String status)
status - The status to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||