|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AltaClientForm
This form encapsulates the fields that are used in the execution of the
altaClient
method, which is located on the
edu.uoc.tfc.gui.clients.alta.AltaClientController
controller.
AltaClientController.altaClient(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.clients.alta.AltaClientForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Method Summary | |
---|---|
ClientVO |
getClient()
Gets the client field. |
ResultatAccioAjaxVO |
getResultat()
Gets the resultat field. |
void |
resetClient()
Resets the client field. |
void |
resetResultat()
Resets the resultat field. |
void |
setClient(ClientVO client)
Sets the client field. |
void |
setResultat(ResultatAccioAjaxVO resultat)
Sets the resultat field. |
Method Detail |
---|
void setResultat(ResultatAccioAjaxVO resultat)
resultat
field.
ResultatAccioAjaxVO getResultat()
resultat
field.
void resetResultat()
resultat
field.
void setClient(ClientVO client)
client
field.
ClientVO getClient()
client
field.
void resetClient()
client
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |