edu.uoc.tfc.gui.tipusSiniestre.modificacio
Class CUModificaTipusSinistreFormImpl

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by edu.uoc.tfc.gui.tipusSiniestre.modificacio.CUModificaTipusSinistreFormImpl
All Implemented Interfaces:
ConsultaTipusSinistreForm, java.io.Serializable

public class CUModificaTipusSinistreFormImpl
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable, ConsultaTipusSinistreForm

See Also:
Serialized Form

Constructor Summary
CUModificaTipusSinistreFormImpl()
           
 
Method Summary
 void clean()
          Allows you to clean all values from this form.
 java.lang.String getId()
          Gets the id field.
 TipusSinistreVO getTipusSinistre()
          Gets the tipusSinistre field.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void resetId()
          Resets the given id.
 void resetTipusSinistre()
          Resets the given tipusSinistre.
 void setId(java.lang.String id)
          Sets the id field.
 void setTipusSinistre(TipusSinistreVO tipusSinistre)
          Sets the tipusSinistre field.
 java.lang.String toString()
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Override to provide population of current form with request parameters when validation fails.
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUModificaTipusSinistreFormImpl

public CUModificaTipusSinistreFormImpl()
Method Detail

resetTipusSinistre

public void resetTipusSinistre()
Resets the given tipusSinistre.

Specified by:
resetTipusSinistre in interface ConsultaTipusSinistreForm

setTipusSinistre

public void setTipusSinistre(TipusSinistreVO tipusSinistre)
Description copied from interface: ConsultaTipusSinistreForm
Sets the tipusSinistre field.

Specified by:
setTipusSinistre in interface ConsultaTipusSinistreForm

getTipusSinistre

public TipusSinistreVO getTipusSinistre()
Description copied from interface: ConsultaTipusSinistreForm
Gets the tipusSinistre field.

Specified by:
getTipusSinistre in interface ConsultaTipusSinistreForm

resetId

public void resetId()
Resets the given id.

Specified by:
resetId in interface ConsultaTipusSinistreForm

setId

public void setId(java.lang.String id)
Description copied from interface: ConsultaTipusSinistreForm
Sets the id field.

Specified by:
setId in interface ConsultaTipusSinistreForm

getId

public java.lang.String getId()
Description copied from interface: ConsultaTipusSinistreForm
Gets the id field.

Specified by:
getId in interface ConsultaTipusSinistreForm

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.validator.ValidatorForm
See Also:
ValidatorForm.reset(org.apache.struts.action.ActionMapping,javax.servlet.http.HttpServletRequest)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clean

public void clean()
Allows you to clean all values from this form. Objects will be set to null, numeric values will be set to zero and boolean values will be set to false. Backinglists for selectable fields will also be set to null.


validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Override to provide population of current form with request parameters when validation fails.

Overrides:
validate in class org.apache.struts.validator.ValidatorForm
See Also:
ActionForm.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)