gov.grants.apply.struts.forms
Class GetApplicationStatusDetailForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended bygov.grants.apply.struts.forms.GetApplicationStatusDetailForm
All Implemented Interfaces:
java.io.Serializable

public class GetApplicationStatusDetailForm
extends org.apache.struts.validator.ValidatorForm

Form class for getting application status detail

Author:
Mark Sommer
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
GetApplicationStatusDetailForm()
           
 
Method Summary
 java.lang.String getTrackingID()
           
 void setTrackingID(java.lang.String string)
           
 
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

GetApplicationStatusDetailForm

public GetApplicationStatusDetailForm()
Method Detail

getTrackingID

public java.lang.String getTrackingID()
Returns:
the string of the trackingID.

setTrackingID

public void setTrackingID(java.lang.String string)
Parameters:
string - the string of the trackingID.