edu.uoc.tfc.gui.parts.carregaClients
Interface CarregaClientsForm

All Known Implementing Classes:
CUCarregaClientsFormImpl

public interface CarregaClientsForm

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

See Also:
CarregaClientsController.carregaClients(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.carregaClients.CarregaClientsForm, 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.