public static final class CashManagementForm.CashReceiptSummary extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected org.kuali.rice.core.api.util.type.KualiDecimal | cashAmount | 
| protected org.kuali.rice.core.api.util.type.KualiDecimal | checkAmount | 
| protected Timestamp | createDate | 
| protected String | description | 
| protected String | documentNumber | 
| protected String | documentStatusCode | 
| protected org.kuali.rice.core.api.util.type.KualiDecimal | totalAmount | 
| Constructor and Description | 
|---|
| CashManagementForm.CashReceiptSummary()Default constructor used by PojoProcessor. | 
| CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)Constructs a CashReceiptSummary from the given CashReceiptDocument. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.core.api.util.type.KualiDecimal | getCashAmount() | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getCheckAmount()Returns the total check amount for this CR | 
| Timestamp | getCreateDate() | 
| String | getDescription() | 
| String | getDocumentNumber() | 
| String | getDocumentStatusCode() | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getTotalAmount() | 
| void | setCashAmount(org.kuali.rice.core.api.util.type.KualiDecimal cashAmount) | 
| void | setCheckAmount(org.kuali.rice.core.api.util.type.KualiDecimal checkAmount)Sets the checkAmount attribute value. | 
| void | setCreateDate(Timestamp createDate)Sets the createDate attribute value. | 
| void | setDescription(String description)Sets the description attribute value. | 
| void | setDocumentNumber(String documentNumber)Sets the documentNumber attribute value. | 
| void | setDocumentStatusCode(String documentStatusCode) | 
| void | setTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal totalAmount)Sets the totalAmount attribute value. | 
| String | toString() | 
protected String documentNumber
protected String description
protected Timestamp createDate
protected org.kuali.rice.core.api.util.type.KualiDecimal totalAmount
protected org.kuali.rice.core.api.util.type.KualiDecimal cashAmount
protected org.kuali.rice.core.api.util.type.KualiDecimal checkAmount
protected String documentStatusCode
public CashManagementForm.CashReceiptSummary()
public CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)
crd - public Timestamp getCreateDate()
public void setCreateDate(Timestamp createDate)
createDate - The createDate to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
docNumber - The documentNumber to set.public org.kuali.rice.core.api.util.type.KualiDecimal getTotalAmount()
public void setTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal totalAmount)
totalAmount - The totalAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getCheckAmount()
public void setCheckAmount(org.kuali.rice.core.api.util.type.KualiDecimal checkAmount)
public String toString()
toString in class ObjectObject.toString()public org.kuali.rice.core.api.util.type.KualiDecimal getCashAmount()
public void setCashAmount(org.kuali.rice.core.api.util.type.KualiDecimal cashAmount)
cashAmount - the cashAmount to setpublic String getDocumentStatusCode()
public void setDocumentStatusCode(String documentStatusCode)
documentStatusCode - the documentStatusCode to setCopyright © 2004–2015 The Kuali Foundation. All rights reserved.