edu.uoc.tfc.gui.home.meuPerfil
Interface ModificaUsuariForm

All Known Implementing Classes:
PerfilDadesModificarLesMevesDadesFormImpl

public interface ModificaUsuariForm

This form encapsulates the fields that are used in the execution of the modificaUsuari method, which is located on the edu.uoc.tfc.gui.home.meuPerfil.PerfilController controller.

See Also:
PerfilController.modificaUsuari(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.home.meuPerfil.ModificaUsuariForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 PerfilVO getPerfil()
          Gets the perfil field.
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 void resetPerfil()
          Resets the perfil field.
 void resetResultat()
          Resets the resultat field.
 void setPerfil(PerfilVO perfil)
          Sets the perfil field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat field.
 

Method Detail

setResultat

void setResultat(ResultatAccioAjaxVO resultat)
Sets the resultat field.


getResultat

ResultatAccioAjaxVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.


setPerfil

void setPerfil(PerfilVO perfil)
Sets the perfil field.


getPerfil

PerfilVO getPerfil()
Gets the perfil field.


resetPerfil

void resetPerfil()
Resets the perfil field.