edu.uoc.tfc.gui.tipusSiniestre.alta
Interface AltaTipusSinistreForm

All Known Implementing Classes:
AltaTipusSinistreDadesAltaTipusSinistreFormImpl

public interface AltaTipusSinistreForm

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

See Also:
AltaTipusSinistreController.altaTipusSinistre(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.tipusSiniestre.alta.AltaTipusSinistreForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 TipusSinistreVO getTipusSinistre()
          Gets the tipusSinistre field.
 void resetResultat()
          Resets the resultat field.
 void resetTipusSinistre()
          Resets the tipusSinistre field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat field.
 void setTipusSinistre(TipusSinistreVO tipusSinistre)
          Sets the tipusSinistre 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.


setTipusSinistre

void setTipusSinistre(TipusSinistreVO tipusSinistre)
Sets the tipusSinistre field.


getTipusSinistre

TipusSinistreVO getTipusSinistre()
Gets the tipusSinistre field.


resetTipusSinistre

void resetTipusSinistre()
Resets the tipusSinistre field.