|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void setResultat(ResultatCercaClientVO resultat)
resultat
field.
ResultatCercaClientVO getResultat()
resultat
field.
void resetResultat()
resultat
field.
void setCriteriaClient(CriteriaClientVO criteriaClient)
criteriaClient
field.
CriteriaClientVO getCriteriaClient()
criteriaClient
field.
void resetCriteriaClient()
criteriaClient
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |