edu.uoc.tfc.gui.parts
Interface CercaPartsForm

All Known Implementing Classes:
CercaPartDadesCercaPartsFormImpl

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.

See Also:
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

setResultat

void setResultat(ResultatCercaPartVO resultat)
Sets the resultat field.


getResultat

ResultatCercaPartVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.


setCriteriaPart

void setCriteriaPart(CriteriaPartVO criteriaPart)
Sets the criteriaPart field.


getCriteriaPart

CriteriaPartVO getCriteriaPart()
Gets the criteriaPart field.


resetCriteriaPart

void resetCriteriaPart()
Resets the criteriaPart field.