|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void setUserId(java.lang.String userId)
userId
field.
java.lang.String getUserId()
userId
field.
void resetUserId()
userId
field.
void setUsuari(UserVO usuari)
usuari
field.
UserVO getUsuari()
usuari
field.
void resetUsuari()
usuari
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |