org.itracker.web.forms
Class RemoveHistoryForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.itracker.web.forms.ITrackerForm
              extended by org.itracker.web.forms.RemoveHistoryForm
All Implemented Interfaces:
Serializable

public class RemoveHistoryForm
extends ITrackerForm

please comment.

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
RemoveHistoryForm()
           
 
Method Summary
 String getCaller()
           
 Integer getHistoryId()
           
 void setCaller(String caller)
           
 void setHistoryId(Integer historyId)
           
 
Methods inherited from class org.itracker.web.forms.ITrackerForm
getITrackerServices
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, 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

RemoveHistoryForm

public RemoveHistoryForm()
Method Detail

getCaller

public String getCaller()

setCaller

public void setCaller(String caller)

getHistoryId

public Integer getHistoryId()

setHistoryId

public void setHistoryId(Integer historyId)


Copyright © 2002-2012 itracker. All Rights Reserved.