gov.grants.apply.struts.forms
Class GetOpportunityListForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
gov.grants.apply.struts.forms.GetOpportunityListForm
- All Implemented Interfaces:
- java.io.Serializable
- public class GetOpportunityListForm
- extends org.apache.struts.validator.ValidatorForm
- 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 |
GetOpportunityListForm
public GetOpportunityListForm()
getOpportunity_id
public java.lang.String getOpportunity_id()
getOpportunity_title
public java.lang.String getOpportunity_title()
getOpening_date
public long getOpening_date()
getClosing_date
public long getClosing_date()
getCfda_number
public java.lang.String getCfda_number()
getCompetition_id
public java.lang.String getCompetition_id()
getSchema_url
public java.lang.String getSchema_url()
getInstruction_url
public java.lang.String getInstruction_url()
setOpportunity_id
public void setOpportunity_id(java.lang.String value)
setOpportunity_title
public void setOpportunity_title(java.lang.String value)
setOpening_date
public void setOpening_date(long value)
setClosing_date
public void setClosing_date(long value)
setCfda_number
public void setCfda_number(java.lang.String value)
setCompetition_id
public void setCompetition_id(java.lang.String value)
setSchema_url
public void setSchema_url(java.lang.String value)
setInstruction_url
public void setInstruction_url(java.lang.String value)