edu.uoc.tfc.gui.clients.modificacio
Interface ModificaClientForm

All Known Implementing Classes:
ModificarClientDadesModificaClientFormImpl

public interface ModificaClientForm

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

See Also:
ModificaClientController.modificaClient(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.clients.modificacio.ModificaClientForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 ClientVO getClient()
          Gets the client field.
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 void resetClient()
          Resets the client field.
 void resetResultat()
          Resets the resultat field.
 void setClient(ClientVO client)
          Sets the client field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat 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.


setClient

void setClient(ClientVO client)
Sets the client field.


getClient

ClientVO getClient()
Gets the client field.


resetClient

void resetClient()
Resets the client field.