edu.uoc.tfc.gui.home.meuPerfil
Class PerfilDadesModificarLesMevesDadesFormImpl

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by edu.uoc.tfc.gui.home.meuPerfil.PerfilDadesModificarLesMevesDadesFormImpl
All Implemented Interfaces:
ModificaUsuariForm, java.io.Serializable

public class PerfilDadesModificarLesMevesDadesFormImpl
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable, ModificaUsuariForm

See Also:
Serialized Form

Constructor Summary
PerfilDadesModificarLesMevesDadesFormImpl()
           
 
Method Summary
 void clean()
          Allows you to clean all values from this form.
 PerfilVO getPerfil()
          Gets the perfil field.
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void resetPerfil()
          Resets the given perfil.
 void resetResultat()
          Resets the given resultat.
 void setPerfil(PerfilVO perfil)
          Sets the perfil field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat 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

PerfilDadesModificarLesMevesDadesFormImpl

public PerfilDadesModificarLesMevesDadesFormImpl()
Method Detail

resetResultat

public void resetResultat()
Resets the given resultat.

Specified by:
resetResultat in interface ModificaUsuariForm

setResultat

public void setResultat(ResultatAccioAjaxVO resultat)
Description copied from interface: ModificaUsuariForm
Sets the resultat field.

Specified by:
setResultat in interface ModificaUsuariForm

getResultat

public ResultatAccioAjaxVO getResultat()
Description copied from interface: ModificaUsuariForm
Gets the resultat field.

Specified by:
getResultat in interface ModificaUsuariForm

resetPerfil

public void resetPerfil()
Resets the given perfil.

Specified by:
resetPerfil in interface ModificaUsuariForm

setPerfil

public void setPerfil(PerfilVO perfil)
Description copied from interface: ModificaUsuariForm
Sets the perfil field.

Specified by:
setPerfil in interface ModificaUsuariForm

getPerfil

public PerfilVO getPerfil()
Description copied from interface: ModificaUsuariForm
Gets the perfil field.

Specified by:
getPerfil in interface ModificaUsuariForm

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)