edu.uoc.tfc.gui.clients
Interface CercaClientForm

All Known Implementing Classes:
CercaClientDadesCercaClientFormImpl

public interface CercaClientForm

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

See Also:
CercaClientController.cercaClient(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.clients.CercaClientForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 CriteriaClientVO getCriteriaClient()
          Gets the criteriaClient field.
 ResultatCercaClientVO getResultat()
          Gets the resultat field.
 void resetCriteriaClient()
          Resets the criteriaClient field.
 void resetResultat()
          Resets the resultat field.
 void setCriteriaClient(CriteriaClientVO criteriaClient)
          Sets the criteriaClient field.
 void setResultat(ResultatCercaClientVO resultat)
          Sets the resultat field.
 

Method Detail

setResultat

void setResultat(ResultatCercaClientVO resultat)
Sets the resultat field.


getResultat

ResultatCercaClientVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.


setCriteriaClient

void setCriteriaClient(CriteriaClientVO criteriaClient)
Sets the criteriaClient field.


getCriteriaClient

CriteriaClientVO getCriteriaClient()
Gets the criteriaClient field.


resetCriteriaClient

void resetCriteriaClient()
Resets the criteriaClient field.