edu.uoc.tfc.gui.parts.imprimirFactura
Class ImprimirFacturaDadesImprimirFacturaFormImpl

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by edu.uoc.tfc.gui.parts.imprimirFactura.ImprimirFacturaDadesImprimirFacturaFormImpl
All Implemented Interfaces:
ImprimirFacturaForm, java.io.Serializable

public class ImprimirFacturaDadesImprimirFacturaFormImpl
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable, ImprimirFacturaForm

See Also:
Serialized Form

Constructor Summary
ImprimirFacturaDadesImprimirFacturaFormImpl()
           
 
Method Summary
 void clean()
          Allows you to clean all values from this form.
 java.lang.String getPartId()
          Gets the partId field.
 DownloadWrapperVO getResultat()
          Gets the resultat field.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void resetPartId()
          Resets the given partId.
 void resetResultat()
          Resets the given resultat.
 void setPartId(java.lang.String partId)
          Sets the partId field.
 void setResultat(DownloadWrapperVO resultat)
          Sets the resultat field.
 java.lang.String toString()
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Override to provide population of current form with request parameters when validation fails.
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
 
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, wait, wait, wait
 

Constructor Detail

ImprimirFacturaDadesImprimirFacturaFormImpl

public ImprimirFacturaDadesImprimirFacturaFormImpl()
Method Detail

resetPartId

public void resetPartId()
Resets the given partId.

Specified by:
resetPartId in interface ImprimirFacturaForm

setPartId

public void setPartId(java.lang.String partId)
Description copied from interface: ImprimirFacturaForm
Sets the partId field.

Specified by:
setPartId in interface ImprimirFacturaForm

getPartId

public java.lang.String getPartId()
Description copied from interface: ImprimirFacturaForm
Gets the partId field.

Specified by:
getPartId in interface ImprimirFacturaForm

resetResultat

public void resetResultat()
Resets the given resultat.

Specified by:
resetResultat in interface ImprimirFacturaForm

setResultat

public void setResultat(DownloadWrapperVO resultat)
Description copied from interface: ImprimirFacturaForm
Sets the resultat field.

Specified by:
setResultat in interface ImprimirFacturaForm

getResultat

public DownloadWrapperVO getResultat()
Description copied from interface: ImprimirFacturaForm
Gets the resultat field.

Specified by:
getResultat in interface ImprimirFacturaForm

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)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clean

public void clean()
Allows you to clean all values from this form. Objects will be set to null, numeric values will be set to zero and boolean values will be set to false. Backinglists for selectable fields will also be set to null.


validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Override to provide population of current form with request parameters when validation fails.

Overrides:
validate in class org.apache.struts.validator.ValidatorForm
See Also:
ActionForm.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)