|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void setPart(PartVO part)
part
field.
PartVO getPart()
part
field.
void resetPart()
part
field.
void setResultat(ResultatAccioAjaxVO resultat)
resultat
field.
ResultatAccioAjaxVO getResultat()
resultat
field.
void resetResultat()
resultat
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |