edu.uoc.tfc.gui.parts.imprimirFactura
Interface ImprimirFacturaForm

All Known Implementing Classes:
ImprimirFacturaDadesImprimirFacturaFormImpl

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.

See Also:
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

setPartId

void setPartId(java.lang.String partId)
Sets the partId field.


getPartId

java.lang.String getPartId()
Gets the partId field.


resetPartId

void resetPartId()
Resets the partId field.


setResultat

void setResultat(DownloadWrapperVO resultat)
Sets the resultat field.


getResultat

DownloadWrapperVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.