com.ferri.persistence.bean.base
Class BaseGestoriaVO
java.lang.Object
com.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseVO
com.ferri.persistence.bean.base.BaseGestoriaVO
- All Implemented Interfaces:
- ConstantsGestoriaVO, Serializable
- Direct Known Subclasses:
- GestoriaVO
public abstract class BaseGestoriaVO
- extends BaseVO
- implements ConstantsGestoriaVO
Base del VO conté els atributs de la entitat Gestoria
- Author:
- dferri
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
hashCode
private int hashCode
nif
private String nif
nom
private String nom
carrer
private String carrer
numero
private String numero
resta
private String resta
municipi
private String municipi
cp
private String cp
nomComptable
private String nomComptable
nifComptable
private String nifComptable
telefon
private String telefon
mail
private String mail
comissio
private String comissio
dataAlta
private Date dataAlta
dataModif
private Date dataModif
BaseGestoriaVO
public BaseGestoriaVO()
- Creador instancia
BaseGestoriaVO
public BaseGestoriaVO(String nif)
- Creador instancia
- Parameters:
nif
-
getNif
public String getNif()
- Returns:
- the nif
setNif
public void setNif(String nif)
- Parameters:
nif
- the nif to set
getNom
public String getNom()
- Returns:
- the nom
setNom
public void setNom(String nom)
- Parameters:
nom
- the nom to set
getCarrer
public String getCarrer()
- Returns:
- the carrer
setCarrer
public void setCarrer(String carrer)
- Parameters:
carrer
- the carrer to set
getNumero
public String getNumero()
- Returns:
- the numero
setNumero
public void setNumero(String numero)
- Parameters:
numero
- the numero to set
getResta
public String getResta()
- Returns:
- the resta
setResta
public void setResta(String resta)
- Parameters:
resta
- the resta to set
getMunicipi
public String getMunicipi()
- Returns:
- the municipi
setMunicipi
public void setMunicipi(String municipi)
- Parameters:
municipi
- the municipi to set
getCp
public String getCp()
- Returns:
- the cp
setCp
public void setCp(String cp)
- Parameters:
cp
- the cp to set
getNomComptable
public String getNomComptable()
- Returns:
- the nomComptable
setNomComptable
public void setNomComptable(String nomComptable)
- Parameters:
nomComptable
- the nomComptable to set
getNifComptable
public String getNifComptable()
- Returns:
- the nifComptable
setNifComptable
public void setNifComptable(String nifComptable)
- Parameters:
nifComptable
- the nifComptable to set
getTelefon
public String getTelefon()
- Returns:
- the telefon
setTelefon
public void setTelefon(String telefon)
- Parameters:
telefon
- the telefon to set
getMail
public String getMail()
- Returns:
- the mail
setMail
public void setMail(String mail)
- Parameters:
mail
- the mail to set
getComissio
public String getComissio()
- Returns:
- the comissio
setComissio
public void setComissio(String comissio)
- Parameters:
comissio
- the comissio to set
getDataAlta
public Date getDataAlta()
- Returns:
- the dataAlta
setDataAlta
public void setDataAlta(Date dataAlta)
- Parameters:
dataAlta
- the dataAlta to set
getDataModif
public Date getDataModif()
- Returns:
- the dataModif
setDataModif
public void setDataModif(Date dataModif)
- Parameters:
dataModif
- the dataModif to set
hashCode
public int hashCode()
- Specified by:
hashCode
in class BaseVO
equals
public boolean equals(Object obj)
- Specified by:
equals
in class BaseVO