org.kuali.kfs.fp.document.web.struts
Class CashManagementStatusForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.kfs.fp.document.web.struts.CashManagementStatusForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

public class CashManagementStatusForm
extends org.kuali.rice.kns.web.struts.form.KualiForm

This class is the Struts form for the Cash Management Status page.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CashManagementStatusForm()
          Constructs a CashManagementStatusForm.
 
Method Summary
 String getControllingDocumentId()
           
 String getCurrentDrawerStatus()
           
 String getDesiredDrawerStatus()
           
 String getVerificationUnit()
           
 void setControllingDocumentId(String controllingDocumentId)
          Sets the controllingDocumentId attribute value.
 void setCurrentDrawerStatus(String currentDrawerStatus)
          Sets the currentDrawerStatus attribute value.
 void setDesiredDrawerStatus(String desiredDrawerStatus)
          Sets the desiredDrawerStatus attribute value.
 void setVerificationUnit(String verificationUnit)
          Sets the verificationUnit attribute value.
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm
 
Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CashManagementStatusForm

public CashManagementStatusForm()
Constructs a CashManagementStatusForm.

Method Detail

getControllingDocumentId

public String getControllingDocumentId()
Returns:
current value of controllingDocumentId.

setControllingDocumentId

public void setControllingDocumentId(String controllingDocumentId)
Sets the controllingDocumentId attribute value.

Parameters:
controllingDocumentId - The controllingDocumentId to set.

getCurrentDrawerStatus

public String getCurrentDrawerStatus()
Returns:
current value of currentDrawerStatus.

setCurrentDrawerStatus

public void setCurrentDrawerStatus(String currentDrawerStatus)
Sets the currentDrawerStatus attribute value.

Parameters:
currentDrawerStatus - The currentDrawerStatus to set.

getDesiredDrawerStatus

public String getDesiredDrawerStatus()
Returns:
current value of desiredDrawerStatus.

setDesiredDrawerStatus

public void setDesiredDrawerStatus(String desiredDrawerStatus)
Sets the desiredDrawerStatus attribute value.

Parameters:
desiredDrawerStatus - The desiredDrawerStatus to set.

getVerificationUnit

public String getVerificationUnit()
Returns:
current value of verificationUnit.

setVerificationUnit

public void setVerificationUnit(String verificationUnit)
Sets the verificationUnit attribute value.

Parameters:
verificationUnit - The verificationUnit to set.


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