edu.uoc.tfc.dbmodel.crud
Class FacturaForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
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
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 |
FacturaForm
public FacturaForm()
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)