org.kuali.kfs.fp.businessobject
Class DepositWizardHelper

java.lang.Object
  extended by org.kuali.kfs.fp.businessobject.DepositWizardHelper

public class DepositWizardHelper
extends Object

This helper class works in conjunction with the DepositWizardForm to help build the UI for the Deposit Wizard.


Constructor Summary
DepositWizardHelper()
          Constructs a JournalVoucherAccountingLineHelper.java.
 
Method Summary
 Date getCashReceiptCreateDate()
           
 String getSelectedValue()
          Gets the selectedValue attribute.
 void setCashReceiptCreateDate(Date cashReceiptCreateDate)
          Sets the cashReceiptCreateDate attribute value.
 void setSelectedValue(String selectedValue)
          Sets the selectedValue attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepositWizardHelper

public DepositWizardHelper()
Constructs a JournalVoucherAccountingLineHelper.java.

Method Detail

getSelectedValue

public String getSelectedValue()
Gets the selectedValue attribute.

Returns:
Returns the selectedValue.

setSelectedValue

public void setSelectedValue(String selectedValue)
Sets the selectedValue attribute value.

Parameters:
selectedValue - The selectedValue to set.

getCashReceiptCreateDate

public Date getCashReceiptCreateDate()
Returns:
current value of cashReceiptCreateDate.

setCashReceiptCreateDate

public void setCashReceiptCreateDate(Date cashReceiptCreateDate)
Sets the cashReceiptCreateDate attribute value.

Parameters:
cashReceiptCreateDate - The cashReceiptCreateDate to set.


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