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

All Known Implementing Classes:
CUImprimirFacturaFormImpl

public interface ConsultaFacturaForm

This form encapsulates the fields that are used in the execution of the consultaFactura method, which is located on the edu.uoc.tfc.gui.parts.imprimirFactura.ImprimirFacturaController controller.

See Also:
ImprimirFacturaController.consultaFactura(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.imprimirFactura.ConsultaFacturaForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 FacturaVO getFactura()
          Gets the factura field.
 java.lang.String getId()
          Gets the id field.
 void resetFactura()
          Resets the factura field.
 void resetId()
          Resets the id field.
 void setFactura(FacturaVO factura)
          Sets the factura field.
 void setId(java.lang.String id)
          Sets the id field.
 

Method Detail

setFactura

void setFactura(FacturaVO factura)
Sets the factura field.


getFactura

FacturaVO getFactura()
Gets the factura field.


resetFactura

void resetFactura()
Resets the factura field.


setId

void setId(java.lang.String id)
Sets the id field.


getId

java.lang.String getId()
Gets the id field.


resetId

void resetId()
Resets the id field.