|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.integration.cg.dto.BudgetAdjustmentCreationStatusDTO
public class BudgetAdjustmentCreationStatusDTO
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 |
---|
protected List<String> errorMessages
protected String documentNumber
protected String status
Constructor Detail |
---|
public BudgetAdjustmentCreationStatusDTO()
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 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 |