edu.uoc.tfc.gui.parts.tancar
Interface TancaPartForm

All Known Implementing Classes:
TancarPartDadesTancarPartFormImpl

public interface TancaPartForm

This form encapsulates the fields that are used in the execution of the tancaPart method, which is located on the edu.uoc.tfc.gui.parts.tancar.TancaPartController controller.

See Also:
TancaPartController.tancaPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.tancar.TancaPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 PartVO getPart()
          Gets the part field.
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 void resetPart()
          Resets the part field.
 void resetResultat()
          Resets the resultat field.
 void setPart(PartVO part)
          Sets the part field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat field.
 

Method Detail

setPart

void setPart(PartVO part)
Sets the part field.


getPart

PartVO getPart()
Gets the part field.


resetPart

void resetPart()
Resets the part field.


setResultat

void setResultat(ResultatAccioAjaxVO resultat)
Sets the resultat field.


getResultat

ResultatAccioAjaxVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.