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

All Known Implementing Classes:
CUModificaAsseguradoraFormImpl

public interface ConsultaAsseguradoraForm

This form encapsulates the fields that are used in the execution of the consultaAsseguradora method, which is located on the edu.uoc.tfc.gui.asseguradores.modificacio.ModificaAsseguradoraController controller.

See Also:
ModificaAsseguradoraController.consultaAsseguradora(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.asseguradores.modificacio.ConsultaAsseguradoraForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 AsseguradoraVO getAsseguradora()
          Gets the asseguradora field.
 java.lang.String getId()
          Gets the id field.
 void resetAsseguradora()
          Resets the asseguradora field.
 void resetId()
          Resets the id field.
 void setAsseguradora(AsseguradoraVO asseguradora)
          Sets the asseguradora field.
 void setId(java.lang.String id)
          Sets the id field.
 

Method Detail

setAsseguradora

void setAsseguradora(AsseguradoraVO asseguradora)
Sets the asseguradora field.


getAsseguradora

AsseguradoraVO getAsseguradora()
Gets the asseguradora field.


resetAsseguradora

void resetAsseguradora()
Resets the asseguradora field.


setId

void setId(java.lang.String id)
Sets the id field.


getId

java.lang.String getId()
Gets the id field.


resetId

void resetId()
Resets the id field.