edu.uoc.tfc.gui.asseguradores.modificacio
Interface ModificaAsseguradoraForm

All Known Implementing Classes:
ModificaAsseguradoraDadesModificaAsseguradoraFormImpl

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.

See Also:
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

setResultat

void setResultat(ResultatAccioAjaxVO resultat)
Sets the resultat field.


getResultat

ResultatAccioAjaxVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.


setAsseguradora

void setAsseguradora(AsseguradoraVO asseguradora)
Sets the asseguradora field.


getAsseguradora

AsseguradoraVO getAsseguradora()
Gets the asseguradora field.


resetAsseguradora

void resetAsseguradora()
Resets the asseguradora field.