gov.grants.apply.struts.forms
Class GetApplicationListForm

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

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
GetApplicationListForm()
           
 
Method Summary
 java.lang.String getCFDANum()
           
 java.lang.String getOpportunityID()
           
 java.lang.String getStatus()
           
 java.lang.String getSubmissionTitle()
           
 void setCFDANum(java.lang.String string)
           
 void setOpportunityID(java.lang.String string)
           
 void setStatus(java.lang.String string)
           
 void setSubmissionTitle(java.lang.String submissionTitle)
           
 
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

GetApplicationListForm

public GetApplicationListForm()
Method Detail

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.