edu.uoc.tfc.gui.parts.alta
Interface AltaPartForm

All Known Implementing Classes:
AltaPartDadesAltaPartFormImpl

public interface AltaPartForm

This form encapsulates the fields that are used in the execution of the altaPart method, which is located on the edu.uoc.tfc.gui.parts.alta.AltaPartController controller.

See Also:
AltaPartController.altaPart(org.apache.struts.action.ActionMapping, edu.uoc.tfc.gui.parts.alta.AltaPartForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Method Summary
 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 resetAsseguradoraId()
          Resets the asseguradoraId field.
 void resetClientId()
          Resets the clientId field.
 void resetPart()
          Resets the part field.
 void resetResultat()
          Resets the resultat field.
 void resetTipusSinistreId()
          Resets the tipusSinistreId field.
 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.
 

Method Detail

setAsseguradoraId

void setAsseguradoraId(java.lang.String asseguradoraId)
Sets the asseguradoraId field.


getAsseguradoraId

java.lang.String getAsseguradoraId()
Gets the asseguradoraId field.


resetAsseguradoraId

void resetAsseguradoraId()
Resets the asseguradoraId field.


setPart

void setPart(PartVO part)
Sets the part field.


getPart

PartVO getPart()
Gets the part field.


resetPart

void resetPart()
Resets the part field.


setResultat

void setResultat(ResultatAccioAjaxVO resultat)
Sets the resultat field.


getResultat

ResultatAccioAjaxVO getResultat()
Gets the resultat field.


resetResultat

void resetResultat()
Resets the resultat field.


setTipusSinistreId

void setTipusSinistreId(java.lang.String tipusSinistreId)
Sets the tipusSinistreId field.


getTipusSinistreId

java.lang.String getTipusSinistreId()
Gets the tipusSinistreId field.


resetTipusSinistreId

void resetTipusSinistreId()
Resets the tipusSinistreId field.


setClientId

void setClientId(java.lang.String clientId)
Sets the clientId field.


getClientId

java.lang.String getClientId()
Gets the clientId field.


resetClientId

void resetClientId()
Resets the clientId field.