org.kuali.kfs.integration.cg.dto
Class AccountCreationStatusDTO

java.lang.Object
  extended by org.kuali.kfs.integration.cg.dto.AccountCreationStatusDTO
All Implemented Interfaces:
Serializable

public class AccountCreationStatusDTO
extends Object
implements Serializable

See Also:
Serialized Form

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

errorMessages

protected List<String> errorMessages

documentNumber

protected String documentNumber

accountNumber

protected String accountNumber

chartOfAccountsCode

protected String chartOfAccountsCode

status

protected String status
Constructor Detail

AccountCreationStatusDTO

public AccountCreationStatusDTO()
Method Detail

getErrorMessages

public List<String> getErrorMessages()
Gets the errorCodes attribute.

Returns:
Returns the errorCodes.

setErrorMessages

public void setErrorMessages(List<String> errorMessages)
Sets the errorCodes attribute value.

Parameters:
errorCodes - The errorCodes to set.

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.

Parameters:
accountNumber - The accountNumber to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getStatus

public String getStatus()
Gets the status attribute.

Returns:
Returns the status.

setStatus

public void setStatus(String status)
Sets the status attribute value.

Parameters:
status - The status to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.