Class FeedbackForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable, PojoForm

public class FeedbackForm extends KualiForm
Struts ActionForm for FeedbackAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • FeedbackForm

      public FeedbackForm()
  • Method Details

    • 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()
      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)