|
||||||||||
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.alta.AltaPartDadesAltaPartFormImpl
public class AltaPartDadesAltaPartFormImpl
Constructor Summary | |
---|---|
AltaPartDadesAltaPartFormImpl()
|
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 |
---|
public AltaPartDadesAltaPartFormImpl()
Method Detail |
---|
public void resetAsseguradoraId()
asseguradoraId
.
resetAsseguradoraId
in interface AltaPartForm
public void setAsseguradoraId(java.lang.String asseguradoraId)
AltaPartForm
asseguradoraId
field.
setAsseguradoraId
in interface AltaPartForm
public java.lang.String getAsseguradoraId()
AltaPartForm
asseguradoraId
field.
getAsseguradoraId
in interface AltaPartForm
public void resetPart()
part
.
resetPart
in interface AltaPartForm
public void setPart(PartVO part)
AltaPartForm
part
field.
setPart
in interface AltaPartForm
public PartVO getPart()
AltaPartForm
part
field.
getPart
in interface AltaPartForm
public void resetResultat()
resultat
.
resetResultat
in interface AltaPartForm
public void setResultat(ResultatAccioAjaxVO resultat)
AltaPartForm
resultat
field.
setResultat
in interface AltaPartForm
public ResultatAccioAjaxVO getResultat()
AltaPartForm
resultat
field.
getResultat
in interface AltaPartForm
public void resetTipusSinistreId()
tipusSinistreId
.
resetTipusSinistreId
in interface AltaPartForm
public void setTipusSinistreId(java.lang.String tipusSinistreId)
AltaPartForm
tipusSinistreId
field.
setTipusSinistreId
in interface AltaPartForm
public java.lang.String getTipusSinistreId()
AltaPartForm
tipusSinistreId
field.
getTipusSinistreId
in interface AltaPartForm
public void resetClientId()
clientId
.
resetClientId
in interface AltaPartForm
public void setClientId(java.lang.String clientId)
AltaPartForm
clientId
field.
setClientId
in interface AltaPartForm
public java.lang.String getClientId()
AltaPartForm
clientId
field.
getClientId
in interface AltaPartForm
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 |