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

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

public class BudgetAdjustmentCreationStatusDTO
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String documentNumber
           
protected  List<String> errorMessages
           
protected  String status
           
 
Constructor Summary
BudgetAdjustmentCreationStatusDTO()
           
 
Method Summary
 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.
 
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

status

protected String status
Constructor Detail

BudgetAdjustmentCreationStatusDTO

public BudgetAdjustmentCreationStatusDTO()
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.

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.