| |
|
| java.lang.Object org.kuali.module.financial.bo.DepositWizardHelper
DepositWizardHelper | public class DepositWizardHelper (Code) | | This helper class works in conjunction with the DepositWizardForm to help build the UI for the Deposit Wizard.
|
Constructor Summary | |
public | DepositWizardHelper() Constructs a JournalVoucherAccountingLineHelper.java. |
DepositWizardHelper | public DepositWizardHelper()(Code) | | Constructs a JournalVoucherAccountingLineHelper.java.
|
getCashReceiptCreateDate | public Timestamp getCashReceiptCreateDate()(Code) | | current value of cashReceiptCreateDate. |
getSelectedValue | public String getSelectedValue()(Code) | | Gets the selectedValue attribute.
Returns the selectedValue. |
setCashReceiptCreateDate | public void setCashReceiptCreateDate(Timestamp cashReceiptCreateDate)(Code) | | Sets the cashReceiptCreateDate attribute value.
Parameters: cashReceiptCreateDate - The cashReceiptCreateDate to set. |
setSelectedValue | public void setSelectedValue(String selectedValue)(Code) | | Sets the selectedValue attribute value.
Parameters: selectedValue - The selectedValue to set. |
|
|
|