edu.uoc.tfc.gui.parts.carregaTipusSinistre
Interface CarregaTipusSinistreForm

All Known Implementing Classes:
CUCarregaTipusSinistreFormImpl

public interface CarregaTipusSinistreForm

This form encapsulates the fields that are used in the execution of the carregaTipusSinistre method, which is located on the edu.uoc.tfc.gui.parts.carregaTipusSinistre.CarregaTipusSinistreController controller.

See Also:
CarregaTipusSinistreController.carregaTipusSinistre(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.carregaTipusSinistre.CarregaTipusSinistreForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 SelectBox getSelectResultat()
          Gets the selectResultat field.
 void resetSelectResultat()
          Resets the selectResultat field.
 void setSelectResultat(SelectBox selectResultat)
          Sets the selectResultat field.
 

Method Detail

setSelectResultat

void setSelectResultat(SelectBox selectResultat)
Sets the selectResultat field.


getSelectResultat

SelectBox getSelectResultat()
Gets the selectResultat field.


resetSelectResultat

void resetSelectResultat()
Resets the selectResultat field.