gov.grants.apply.struts.forms
Class SubmitApplicationForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
gov.grants.apply.struts.forms.SubmitApplicationForm
- All Implemented Interfaces:
- java.io.Serializable
- public class SubmitApplicationForm
- extends org.apache.struts.validator.ValidatorForm
Form class for submitting application.
- Author:
- Brian Husted
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubmitApplicationForm
public SubmitApplicationForm()
setApplicationXML
public void setApplicationXML(org.apache.struts.upload.FormFile file)
- Parameters:
file
- the FormFile
getApplicationXML
public org.apache.struts.upload.FormFile getApplicationXML()
- Returns:
- the FormFile.
setAttachment
public void setAttachment(org.apache.struts.upload.FormFile file)
- Parameters:
file
- the FormFile.
getAttachment
public org.apache.struts.upload.FormFile getAttachment()
- Returns:
- the FormFile.
getDeleteAttachments
public java.lang.String[] getDeleteAttachments()
- Returns:
- Returns the deleteAttachments.
setDeleteAttachments
public void setDeleteAttachments(java.lang.String[] deleteAttachments)
- Parameters:
deleteAttachments
- The deleteAttachments to set.