edu.uoc.tfc.dbmodel.crud
Class FacturaForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by edu.uoc.tfc.dbmodel.crud.FacturaForm
All Implemented Interfaces:
java.io.Serializable

public final class FacturaForm
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FacturaForm()
           
 
Method Summary
 java.lang.String getCodiFactura()
           
 java.lang.String getDataEmissio()
           
 java.lang.Long getId()
           
 java.util.List getManageableList()
           
 java.lang.Long getPartDeLaFactura()
           
 java.util.List getPartDeLaFacturaBackingList()
           
 java.lang.Long[] getSelectedRows()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setCodiFactura(java.lang.String codiFactura)
           
 void setDataEmissio(java.lang.String dataEmissio)
           
 void setId(java.lang.Long id)
           
 void setManageableList(java.util.List manageableList)
           
 void setPartDeLaFactura(java.lang.Long partDeLaFactura)
           
 void setPartDeLaFacturaBackingList(java.util.List partDeLaFacturaBackingList)
           
 void setSelectedRows(java.lang.Long[] selectedRows)
           
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacturaForm

public FacturaForm()
Method Detail

getManageableList

public java.util.List getManageableList()

setManageableList

public void setManageableList(java.util.List manageableList)

getSelectedRows

public java.lang.Long[] getSelectedRows()

setSelectedRows

public void setSelectedRows(java.lang.Long[] selectedRows)

getCodiFactura

public java.lang.String getCodiFactura()

setCodiFactura

public void setCodiFactura(java.lang.String codiFactura)

getDataEmissio

public java.lang.String getDataEmissio()

setDataEmissio

public void setDataEmissio(java.lang.String dataEmissio)

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getPartDeLaFactura

public java.lang.Long getPartDeLaFactura()

setPartDeLaFactura

public void setPartDeLaFactura(java.lang.Long partDeLaFactura)

getPartDeLaFacturaBackingList

public java.util.List getPartDeLaFacturaBackingList()

setPartDeLaFacturaBackingList

public void setPartDeLaFacturaBackingList(java.util.List partDeLaFacturaBackingList)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.validator.ValidatorForm
See Also:
ValidatorForm.reset(org.apache.struts.action.ActionMapping,javax.servlet.http.HttpServletRequest)