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

All Known Implementing Classes:
CUModificaClientFormImpl

public interface ConsultaClientForm

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

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

Method Summary
 ClientVO getClient()
          Gets the client field.
 java.lang.String getId()
          Gets the id field.
 void resetClient()
          Resets the client field.
 void resetId()
          Resets the id field.
 void setClient(ClientVO client)
          Sets the client field.
 void setId(java.lang.String id)
          Sets the id field.
 

Method Detail

setClient

void setClient(ClientVO client)
Sets the client field.


getClient

ClientVO getClient()
Gets the client field.


resetClient

void resetClient()
Resets the client field.


setId

void setId(java.lang.String id)
Sets the id field.


getId

java.lang.String getId()
Gets the id field.


resetId

void resetId()
Resets the id field.