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

All Known Implementing Classes:
CUPerfilFormImpl

public interface ObtenirUsuariForm

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

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

Method Summary
 PerfilVO getPerfil()
          Gets the perfil field.
 void resetPerfil()
          Resets the perfil field.
 void setPerfil(PerfilVO perfil)
          Sets the perfil field.
 

Method Detail

setPerfil

void setPerfil(PerfilVO perfil)
Sets the perfil field.


getPerfil

PerfilVO getPerfil()
Gets the perfil field.


resetPerfil

void resetPerfil()
Resets the perfil field.