org.kuali.kfs.fp.document.web.struts
Class CashManagementForm.CashReceiptSummary

java.lang.Object
  extended by org.kuali.kfs.fp.document.web.struts.CashManagementForm.CashReceiptSummary
Enclosing class:
CashManagementForm

public static final class CashManagementForm.CashReceiptSummary
extends Object


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

documentNumber

protected String documentNumber

description

protected String description

createDate

protected Timestamp createDate

totalAmount

protected org.kuali.rice.kns.util.KualiDecimal totalAmount

checkAmount

protected org.kuali.rice.kns.util.KualiDecimal checkAmount
Constructor Detail

CashManagementForm.CashReceiptSummary

public CashManagementForm.CashReceiptSummary()
Default constructor used by PojoProcessor.


CashManagementForm.CashReceiptSummary

public CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)
Constructs a CashReceiptSummary from the given CashReceiptDocument.

Parameters:
crd -
Method Detail

getCreateDate

public Timestamp getCreateDate()
Returns:
current value of createDate.

setCreateDate

public void setCreateDate(Timestamp createDate)
Sets the createDate attribute value.

Parameters:
createDate - The createDate to set.

getDescription

public String getDescription()
Returns:
current value of description.

setDescription

public void setDescription(String description)
Sets the description attribute value.

Parameters:
description - The description to set.

getDocumentNumber

public String getDocumentNumber()
Returns:
current value of documentNumber.

setDocumentNumber

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

Parameters:
docNumber - The documentNumber to set.

getTotalAmount

public org.kuali.rice.kns.util.KualiDecimal getTotalAmount()
Returns:
current value of totalAmount.

setTotalAmount

public void setTotalAmount(org.kuali.rice.kns.util.KualiDecimal totalAmount)
Sets the totalAmount attribute value.

Parameters:
totalAmount - The totalAmount to set.

getCheckAmount

public org.kuali.rice.kns.util.KualiDecimal getCheckAmount()
Returns the total check amount for this CR

Returns:
a total of checks

setCheckAmount

public void setCheckAmount(org.kuali.rice.kns.util.KualiDecimal checkAmount)
Sets the checkAmount attribute value.


toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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