org.kuali.kfs.module.ar.web.struts
Class CustomerInvoiceForm

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.module.ar.web.struts.CustomerInvoiceForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

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

This class is the action form for Customer Aging Reports.

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
CustomerInvoiceForm()
           
 
Method Summary
 String getChartCode()
          Gets the chartCode attribute.
 List<org.kuali.rice.kns.web.ui.ExtraButton> getExtraButtons()
           
 String getMessage()
          Gets the message attribute.
 String getOrgCode()
          Gets the orgCode attribute.
 String getOrgType()
          Gets the orgType attribute.
 Date getRunDate()
          Gets the runDate attribute.
 String getUserId()
          Gets the userId attribute.
 void populate(javax.servlet.http.HttpServletRequest request)
           
 void setChartCode(String chartCode)
          Sets the chartCode attribute value.
 void setMessage(String message)
          Sets the message attribute value.
 void setOrgCode(String orgCode)
          Sets the orgCode attribute value.
 void setOrgType(String orgType)
          Sets the orgType attribute value.
 void setRunDate(Date runDate)
          Sets the runDate attribute value.
 void setUserId(String userId)
          Sets the userId 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, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, 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

CustomerInvoiceForm

public CustomerInvoiceForm()
Method Detail

getUserId

public String getUserId()
Gets the userId attribute.

Returns:
Returns the userId.

setUserId

public void setUserId(String userId)
Sets the userId attribute value.

Parameters:
userId - The userId to set.

getMessage

public String getMessage()
Gets the message attribute.

Returns:
Returns the message.

setMessage

public void setMessage(String message)
Sets the message attribute value.

Parameters:
message - The message to set.

getExtraButtons

public List<org.kuali.rice.kns.web.ui.ExtraButton> getExtraButtons()
Overrides:
getExtraButtons in class org.kuali.rice.kns.web.struts.form.KualiForm

getRunDate

public Date getRunDate()
Gets the runDate attribute.

Returns:
Returns the runDate.

setRunDate

public void setRunDate(Date runDate)
Sets the runDate attribute value.

Parameters:
runDate - The runDate to set.

getOrgType

public String getOrgType()
Gets the orgType attribute.

Returns:
Returns the orgType.

setOrgType

public void setOrgType(String orgType)
Sets the orgType attribute value.

Parameters:
orgType - The orgType to set.

populate

public void populate(javax.servlet.http.HttpServletRequest request)
Specified by:
populate in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
Overrides:
populate in class org.kuali.rice.kns.web.struts.form.KualiForm

getChartCode

public String getChartCode()
Gets the chartCode attribute.

Returns:
Returns the chartCode.

setChartCode

public void setChartCode(String chartCode)
Sets the chartCode attribute value.

Parameters:
chartCode - The chartCode to set.

getOrgCode

public String getOrgCode()
Gets the orgCode attribute.

Returns:
Returns the orgCode.

setOrgCode

public void setOrgCode(String orgCode)
Sets the orgCode attribute value.

Parameters:
orgCode - The orgCode to set.


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