gov.grants.apply.struts.forms
Class GetApplicationListForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
gov.grants.apply.struts.forms.GetApplicationListForm
- All Implemented Interfaces:
- java.io.Serializable
- public class GetApplicationListForm
- extends org.apache.struts.validator.ValidatorForm
Form class for getting application list
- Author:
- Feng Qian
- 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 |
GetApplicationListForm
public GetApplicationListForm()
getSubmissionTitle
public java.lang.String getSubmissionTitle()
- Returns:
- Returns the submissionTitle.
setSubmissionTitle
public void setSubmissionTitle(java.lang.String submissionTitle)
- Parameters:
submissionTitle
- The submissionTitle to set.
getCFDANum
public java.lang.String getCFDANum()
- Returns:
- the string of the CFDA number
getOpportunityID
public java.lang.String getOpportunityID()
- Returns:
- the string of the opportunityID.
getStatus
public java.lang.String getStatus()
- Returns:
- the string of the status.
setCFDANum
public void setCFDANum(java.lang.String string)
- Parameters:
string
- the string of CFDA number.
setOpportunityID
public void setOpportunityID(java.lang.String string)
- Parameters:
string
- the string of the opportunityID.
setStatus
public void setStatus(java.lang.String string)
- Parameters:
string
- the string of the status.