|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void setResultat(ResultatAccioAjaxVO resultat)
resultat
field.
ResultatAccioAjaxVO getResultat()
resultat
field.
void resetResultat()
resultat
field.
void setPerfil(PerfilVO perfil)
perfil
field.
PerfilVO getPerfil()
perfil
field.
void resetPerfil()
perfil
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |