|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModificaAsseguradoraForm
This form encapsulates the fields that are used in the execution of the
modificaAsseguradora
method, which is located on the
edu.uoc.tfc.gui.asseguradores.modificacio.ModificaAsseguradoraController
controller.
ModificaAsseguradoraController.modificaAsseguradora(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.asseguradores.modificacio.ModificaAsseguradoraForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Method Summary | |
---|---|
AsseguradoraVO |
getAsseguradora()
Gets the asseguradora field. |
ResultatAccioAjaxVO |
getResultat()
Gets the resultat field. |
void |
resetAsseguradora()
Resets the asseguradora field. |
void |
resetResultat()
Resets the resultat field. |
void |
setAsseguradora(AsseguradoraVO asseguradora)
Sets the asseguradora 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 setAsseguradora(AsseguradoraVO asseguradora)
asseguradora
field.
AsseguradoraVO getAsseguradora()
asseguradora
field.
void resetAsseguradora()
asseguradora
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |