edu.uoc.tfc.gui.clients.alta
Interface AltaClientForm

All Known Implementing Classes:
AltaClientDadesAltaClientFormImpl

public interface AltaClientForm

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

See Also:
AltaClientController.altaClient(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.clients.alta.AltaClientForm, 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.