edu.uoc.tfc.gui.home
Interface CrearMenuForm

All Known Implementing Classes:
CUHomeFormImpl

public interface CrearMenuForm

This form encapsulates the fields that are used in the execution of the crearMenu method, which is located on the edu.uoc.tfc.gui.home.HomeController controller.

See Also:
HomeController.crearMenu(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.home.CrearMenuForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 OperationVO[] getOperacions()
          Gets the operacions field.
 void resetOperacions()
          Resets the operacions field.
 void setOperacions(OperationVO[] operacions)
          Sets the operacions field.
 

Method Detail

setOperacions

void setOperacions(OperationVO[] operacions)
Sets the operacions field.


getOperacions

OperationVO[] getOperacions()
Gets the operacions field.


resetOperacions

void resetOperacions()
Resets the operacions field.