org.itracker.web.forms
Class ConfigurationForm

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

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

This is the LoginForm Struts Form. It is used by Login form.

Author:
ready
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
ConfigurationForm()
           
 
Method Summary
 String getAction()
           
 Integer getId()
           
 String getKey()
           
 Integer getOrder()
           
 HashMap<String,String> getTranslations()
           
 String getValue()
           
 void setAction(String action)
           
 void setId(Integer id)
           
 void setKey(String key)
           
 void setOrder(Integer order)
           
 void setTranslations(HashMap<String,String> translations)
           
 void setValue(String value)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults
 
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

ConfigurationForm

public ConfigurationForm()
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.validator.ValidatorForm

getAction

public String getAction()

setAction

public void setAction(String action)

getId

public Integer getId()

setId

public void setId(Integer id)

getKey

public String getKey()

setKey

public void setKey(String key)

getOrder

public Integer getOrder()

setOrder

public void setOrder(Integer order)

getTranslations

public HashMap<String,String> getTranslations()

setTranslations

public void setTranslations(HashMap<String,String> translations)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2002-2012 itracker. All Rights Reserved.