fr.hyphonem.conges.forms
Class ValidPeriodParamForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by fr.hyphonem.conges.forms.ValidPeriodParamForm
All Implemented Interfaces:
java.io.Serializable

public class ValidPeriodParamForm
extends org.apache.struts.action.ActionForm

Author:
Stephane Gauchet pour Hyphonem
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ValidPeriodParamForm()
          Constructor for AbsForm.
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getLabel()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all properties to their default values.
 void setCode(java.lang.String code)
           
 void setLabel(java.lang.String label)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
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

ValidPeriodParamForm

public ValidPeriodParamForm()
Constructor for AbsForm.

Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values.

Overrides:
reset in class org.apache.struts.action.ActionForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

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.action.ActionForm

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)


Copyright © 2004-2007 Hyphonem. All Rights Reserved.