|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
edu.uoc.tfc.gui.parts.imprimirFactura.CUImprimirFacturaFormImpl
public class CUImprimirFacturaFormImpl
Constructor Summary | |
---|---|
CUImprimirFacturaFormImpl()
|
Method Summary | |
---|---|
void |
clean()
Allows you to clean all values from this form. |
FacturaVO |
getFactura()
Gets the factura field. |
java.lang.String |
getId()
Gets the id field. |
java.lang.String |
getPartId()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
resetFactura()
Resets the given factura . |
void |
resetId()
Resets the given id . |
void |
resetPartId()
Resets the given partId . |
void |
setFactura(FacturaVO factura)
Sets the factura field. |
void |
setId(java.lang.String id)
Sets the id field. |
void |
setPartId(java.lang.String partId)
|
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 |
---|
public CUImprimirFacturaFormImpl()
Method Detail |
---|
public void resetPartId()
partId
.
public void setPartId(java.lang.String partId)
public java.lang.String getPartId()
public void resetFactura()
factura
.
resetFactura
in interface ConsultaFacturaForm
public void setFactura(FacturaVO factura)
ConsultaFacturaForm
factura
field.
setFactura
in interface ConsultaFacturaForm
public FacturaVO getFactura()
ConsultaFacturaForm
factura
field.
getFactura
in interface ConsultaFacturaForm
public void resetId()
id
.
resetId
in interface ConsultaFacturaForm
public void setId(java.lang.String id)
ConsultaFacturaForm
id
field.
setId
in interface ConsultaFacturaForm
public java.lang.String getId()
ConsultaFacturaForm
id
field.
getId
in interface ConsultaFacturaForm
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.validator.ValidatorForm
ValidatorForm.reset(org.apache.struts.action.ActionMapping,javax.servlet.http.HttpServletRequest)
public java.lang.String toString()
toString
in class java.lang.Object
public void clean()
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
.
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
validate
in class org.apache.struts.validator.ValidatorForm
ActionForm.validate(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |