edu.uoc.tfc.gui.tipusSiniestre.modificacio
Interface ConsultaTipusSinistreForm

All Known Implementing Classes:
CUModificaTipusSinistreFormImpl

public interface ConsultaTipusSinistreForm

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

See Also:
ModificaTipusSinistreController.consultaTipusSinistre(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.tipusSiniestre.modificacio.ConsultaTipusSinistreForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 java.lang.String getId()
          Gets the id field.
 TipusSinistreVO getTipusSinistre()
          Gets the tipusSinistre field.
 void resetId()
          Resets the id field.
 void resetTipusSinistre()
          Resets the tipusSinistre field.
 void setId(java.lang.String id)
          Sets the id field.
 void setTipusSinistre(TipusSinistreVO tipusSinistre)
          Sets the tipusSinistre field.
 

Method Detail

setTipusSinistre

void setTipusSinistre(TipusSinistreVO tipusSinistre)
Sets the tipusSinistre field.


getTipusSinistre

TipusSinistreVO getTipusSinistre()
Gets the tipusSinistre field.


resetTipusSinistre

void resetTipusSinistre()
Resets the tipusSinistre 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.