|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsultaClientForm
This form encapsulates the fields that are used in the execution of the
consultaClient
method, which is located on the
edu.uoc.tfc.gui.clients.modificacio.ModificaClientController
controller.
ModificaClientController.consultaClient(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.clients.modificacio.ConsultaClientForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Method Summary | |
---|---|
ClientVO |
getClient()
Gets the client field. |
java.lang.String |
getId()
Gets the id field. |
void |
resetClient()
Resets the client field. |
void |
resetId()
Resets the id field. |
void |
setClient(ClientVO client)
Sets the client field. |
void |
setId(java.lang.String id)
Sets the id field. |
Method Detail |
---|
void setClient(ClientVO client)
client
field.
ClientVO getClient()
client
field.
void resetClient()
client
field.
void setId(java.lang.String id)
id
field.
java.lang.String getId()
id
field.
void resetId()
id
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |