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

All Known Implementing Classes:
CUModificaUsuariFormImpl

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

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

Method Summary
 java.lang.String getUserId()
          Gets the userId field.
 UserVO getUsuari()
          Gets the usuari field.
 void resetUserId()
          Resets the userId field.
 void resetUsuari()
          Resets the usuari field.
 void setUserId(java.lang.String userId)
          Sets the userId field.
 void setUsuari(UserVO usuari)
          Sets the usuari field.
 

Method Detail

setUserId

void setUserId(java.lang.String userId)
Sets the userId field.


getUserId

java.lang.String getUserId()
Gets the userId field.


resetUserId

void resetUserId()
Resets the userId field.


setUsuari

void setUsuari(UserVO usuari)
Sets the usuari field.


getUsuari

UserVO getUsuari()
Gets the usuari field.


resetUsuari

void resetUsuari()
Resets the usuari field.