|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.fp.document.web.struts.CashManagementForm.CashReceiptSummary
public static final class CashManagementForm.CashReceiptSummary
Field Summary | |
---|---|
protected org.kuali.rice.kns.util.KualiDecimal |
checkAmount
|
protected Timestamp |
createDate
|
protected String |
description
|
protected String |
documentNumber
|
protected org.kuali.rice.kns.util.KualiDecimal |
totalAmount
|
Constructor Summary | |
---|---|
CashManagementForm.CashReceiptSummary()
Default constructor used by PojoProcessor. |
|
CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)
Constructs a CashReceiptSummary from the given CashReceiptDocument. |
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
getCheckAmount()
Returns the total check amount for this CR |
Timestamp |
getCreateDate()
|
String |
getDescription()
|
String |
getDocumentNumber()
|
org.kuali.rice.kns.util.KualiDecimal |
getTotalAmount()
|
void |
setCheckAmount(org.kuali.rice.kns.util.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 |
setTotalAmount(org.kuali.rice.kns.util.KualiDecimal totalAmount)
Sets the totalAmount attribute value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String documentNumber
protected String description
protected Timestamp createDate
protected org.kuali.rice.kns.util.KualiDecimal totalAmount
protected org.kuali.rice.kns.util.KualiDecimal checkAmount
Constructor Detail |
---|
public CashManagementForm.CashReceiptSummary()
public CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)
crd
- Method Detail |
---|
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.kns.util.KualiDecimal getTotalAmount()
public void setTotalAmount(org.kuali.rice.kns.util.KualiDecimal totalAmount)
totalAmount
- The totalAmount to set.public org.kuali.rice.kns.util.KualiDecimal getCheckAmount()
public void setCheckAmount(org.kuali.rice.kns.util.KualiDecimal checkAmount)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |