gov.grants.apply.struts.forms
Class SubmitApplicationForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended bygov.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

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SubmitApplicationForm()
           
 
Method Summary
 org.apache.struts.upload.FormFile getApplicationXML()
           
 org.apache.struts.upload.FormFile getAttachment()
           
 java.lang.String[] getDeleteAttachments()
           
 void setApplicationXML(org.apache.struts.upload.FormFile file)
           
 void setAttachment(org.apache.struts.upload.FormFile file)
           
 void setDeleteAttachments(java.lang.String[] deleteAttachments)
           
 
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
 

Constructor Detail

SubmitApplicationForm

public SubmitApplicationForm()
Method Detail

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.