edu.uoc.tfc.gui.parts.modificacio
Class ModificaPartDadesModificaPartFormImpl

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

public class ModificaPartDadesModificaPartFormImpl
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable, ModificaPartForm

See Also:
Serialized Form

Constructor Summary
ModificaPartDadesModificaPartFormImpl()
           
 
Method Summary
 void clean()
          Allows you to clean all values from this form.
 java.lang.String getAsseguradoraId()
          Gets the asseguradoraId field.
 java.lang.String getClientId()
          Gets the clientId field.
 PartVO getPart()
          Gets the part field.
 ResultatAccioAjaxVO getResultat()
          Gets the resultat field.
 java.lang.String getTipusSinistreId()
          Gets the tipusSinistreId field.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void resetAsseguradoraId()
          Resets the given asseguradoraId.
 void resetClientId()
          Resets the given clientId.
 void resetPart()
          Resets the given part.
 void resetResultat()
          Resets the given resultat.
 void resetTipusSinistreId()
          Resets the given tipusSinistreId.
 void setAsseguradoraId(java.lang.String asseguradoraId)
          Sets the asseguradoraId field.
 void setClientId(java.lang.String clientId)
          Sets the clientId field.
 void setPart(PartVO part)
          Sets the part field.
 void setResultat(ResultatAccioAjaxVO resultat)
          Sets the resultat field.
 void setTipusSinistreId(java.lang.String tipusSinistreId)
          Sets the tipusSinistreId 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

ModificaPartDadesModificaPartFormImpl

public ModificaPartDadesModificaPartFormImpl()
Method Detail

resetAsseguradoraId

public void resetAsseguradoraId()
Resets the given asseguradoraId.

Specified by:
resetAsseguradoraId in interface ModificaPartForm

setAsseguradoraId

public void setAsseguradoraId(java.lang.String asseguradoraId)
Description copied from interface: ModificaPartForm
Sets the asseguradoraId field.

Specified by:
setAsseguradoraId in interface ModificaPartForm

getAsseguradoraId

public java.lang.String getAsseguradoraId()
Description copied from interface: ModificaPartForm
Gets the asseguradoraId field.

Specified by:
getAsseguradoraId in interface ModificaPartForm

resetPart

public void resetPart()
Resets the given part.

Specified by:
resetPart in interface ModificaPartForm

setPart

public void setPart(PartVO part)
Description copied from interface: ModificaPartForm
Sets the part field.

Specified by:
setPart in interface ModificaPartForm

getPart

public PartVO getPart()
Description copied from interface: ModificaPartForm
Gets the part field.

Specified by:
getPart in interface ModificaPartForm

resetResultat

public void resetResultat()
Resets the given resultat.

Specified by:
resetResultat in interface ModificaPartForm

setResultat

public void setResultat(ResultatAccioAjaxVO resultat)
Description copied from interface: ModificaPartForm
Sets the resultat field.

Specified by:
setResultat in interface ModificaPartForm

getResultat

public ResultatAccioAjaxVO getResultat()
Description copied from interface: ModificaPartForm
Gets the resultat field.

Specified by:
getResultat in interface ModificaPartForm

resetTipusSinistreId

public void resetTipusSinistreId()
Resets the given tipusSinistreId.

Specified by:
resetTipusSinistreId in interface ModificaPartForm

setTipusSinistreId

public void setTipusSinistreId(java.lang.String tipusSinistreId)
Description copied from interface: ModificaPartForm
Sets the tipusSinistreId field.

Specified by:
setTipusSinistreId in interface ModificaPartForm

getTipusSinistreId

public java.lang.String getTipusSinistreId()
Description copied from interface: ModificaPartForm
Gets the tipusSinistreId field.

Specified by:
getTipusSinistreId in interface ModificaPartForm

resetClientId

public void resetClientId()
Resets the given clientId.

Specified by:
resetClientId in interface ModificaPartForm

setClientId

public void setClientId(java.lang.String clientId)
Description copied from interface: ModificaPartForm
Sets the clientId field.

Specified by:
setClientId in interface ModificaPartForm

getClientId

public java.lang.String getClientId()
Description copied from interface: ModificaPartForm
Gets the clientId field.

Specified by:
getClientId in interface ModificaPartForm

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)