|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CercaPartsForm
This form encapsulates the fields that are used in the execution of the
cercaParts
method, which is located on the
edu.uoc.tfc.gui.parts.CercaPartsController
controller.
CercaPartsController.cercaParts(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.CercaPartsForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Method Summary | |
---|---|
CriteriaPartVO |
getCriteriaPart()
Gets the criteriaPart field. |
ResultatCercaPartVO |
getResultat()
Gets the resultat field. |
void |
resetCriteriaPart()
Resets the criteriaPart field. |
void |
resetResultat()
Resets the resultat field. |
void |
setCriteriaPart(CriteriaPartVO criteriaPart)
Sets the criteriaPart field. |
void |
setResultat(ResultatCercaPartVO resultat)
Sets the resultat field. |
Method Detail |
---|
void setResultat(ResultatCercaPartVO resultat)
resultat
field.
ResultatCercaPartVO getResultat()
resultat
field.
void resetResultat()
resultat
field.
void setCriteriaPart(CriteriaPartVO criteriaPart)
criteriaPart
field.
CriteriaPartVO getCriteriaPart()
criteriaPart
field.
void resetCriteriaPart()
criteriaPart
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |