edu.uoc.tfc.gui.security.gestioUsuaris.modificaUsuari
Interface ModificaUsuariForm

All Known Implementing Classes:
ModificarUsuariDadesModificarUsuariFormImpl

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.security.gestioUsuaris.modificaUsuari.ModificaUsuariController controller.

See Also:
ModificaUsuariController.modificaUsuari(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.security.gestioUsuaris.modificaUsuari.ModificaUsuariForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 java.lang.String getRoleId()
          Gets the roleId field.
 UserVO getUsuari()
          Gets the usuari field.
 void resetResultat()
          Resets the resultat field.
 void resetRoleId()
          Resets the roleId field.
 void resetUsuari()
          Resets the usuari field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat field.
 void setRoleId(java.lang.String roleId)
          Sets the roleId field.
 void setUsuari(UserVO usuari)
          Sets the usuari 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.


setUsuari

void setUsuari(UserVO usuari)
Sets the usuari field.


getUsuari

UserVO getUsuari()
Gets the usuari field.


resetUsuari

void resetUsuari()
Resets the usuari field.


setRoleId

void setRoleId(java.lang.String roleId)
Sets the roleId field.


getRoleId

java.lang.String getRoleId()
Gets the roleId field.


resetRoleId

void resetRoleId()
Resets the roleId field.