org.kuali.rice.kew.feedback.web
Class FeedbackForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.rice.kew.feedback.web.FeedbackForm
All Implemented Interfaces:
Serializable, PojoForm

public class FeedbackForm
extends KualiForm

Struts ActionForm for FeedbackAction.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
FeedbackAction, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
KualiForm.TabState
 
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.form.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FeedbackForm()
           
 
Method Summary
 String getCategory()
           
 String getComments()
           
 String getDocumentId()
           
 String getDocumentType()
           
 String getException()
           
 String getFirstName()
           
 String getLastName()
           
 String getMethodToCall()
          Used by the dispatch action to determine which action method to call into.
 String getNetworkId()
           
 String getPageUrl()
           
 String getPhone()
           
 String getTimeDate()
           
 String getUserEmail()
           
 String getUserName()
           
 void setCategory(String category)
           
 void setComments(String comments)
           
 void setDocumentId(String documentId)
           
 void setDocumentType(String documentType)
           
 void setException(String exception)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 void setMethodToCall(String methodToCall)
           
 void setNetworkId(String networkId)
           
 void setPageUrl(String pageUrl)
           
 void setPhone(String phone)
           
 void setTimeDate(String timeDate)
           
 void setUserEmail(String userEmail)
           
 void setUserName(String userName)
           
 
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, 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, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.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

FeedbackForm

public FeedbackForm()
Method Detail

getCategory

public String getCategory()
Returns:
Returns the category.

setCategory

public void setCategory(String category)
Parameters:
category - The category to set.

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

setUserEmail

public void setUserEmail(String userEmail)

getUserEmail

public String getUserEmail()

setNetworkId

public void setNetworkId(String networkId)

getNetworkId

public String getNetworkId()

setDocumentType

public void setDocumentType(String documentType)

getDocumentType

public String getDocumentType()

setPageUrl

public void setPageUrl(String pageUrl)

getPageUrl

public String getPageUrl()

setException

public void setException(String exception)

getException

public String getException()

setTimeDate

public void setTimeDate(String timeDate)

getTimeDate

public String getTimeDate()

setComments

public void setComments(String comments)

getComments

public String getComments()

setDocumentId

public void setDocumentId(String documentId)

getDocumentId

public String getDocumentId()

setFirstName

public void setFirstName(String firstName)

getFirstName

public String getFirstName()

setLastName

public void setLastName(String lastName)

getLastName

public String getLastName()

getMethodToCall

public String getMethodToCall()
Description copied from class: KualiForm
Used by the dispatch action to determine which action method to call into.

Overrides:
getMethodToCall in class KualiForm
Returns:
Returns the methodToCall.

setMethodToCall

public void setMethodToCall(String methodToCall)
Overrides:
setMethodToCall in class KualiForm
Parameters:
methodToCall - The methodToCall to set.

getPhone

public String getPhone()

setPhone

public void setPhone(String phone)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.