|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImprimirFacturaForm
This form encapsulates the fields that are used in the execution of the
imprimirFactura
method, which is located on the
edu.uoc.tfc.gui.parts.imprimirFactura.ImprimirFacturaController
controller.
ImprimirFacturaController.imprimirFactura(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.imprimirFactura.ImprimirFacturaForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
Method Summary | |
---|---|
java.lang.String |
getPartId()
Gets the partId field. |
DownloadWrapperVO |
getResultat()
Gets the resultat field. |
void |
resetPartId()
Resets the partId field. |
void |
resetResultat()
Resets the resultat field. |
void |
setPartId(java.lang.String partId)
Sets the partId field. |
void |
setResultat(DownloadWrapperVO resultat)
Sets the resultat field. |
Method Detail |
---|
void setPartId(java.lang.String partId)
partId
field.
java.lang.String getPartId()
partId
field.
void resetPartId()
partId
field.
void setResultat(DownloadWrapperVO resultat)
resultat
field.
DownloadWrapperVO getResultat()
resultat
field.
void resetResultat()
resultat
field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |