com.ferri.persistence.bean.base
Class BaseClientVO
java.lang.Object
com.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseVO
com.ferri.persistence.bean.base.BaseClientVO
- All Implemented Interfaces:
- ConstantsClientVO, Serializable
- Direct Known Subclasses:
- ClientVO
public abstract class BaseClientVO
- extends BaseVO
- implements ConstantsClientVO
Base del VO conté els atributs de la entitat Client
- 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
telefon
private String telefon
mail
private String mail
dataAlta
private Date dataAlta
dataModif
private Date dataModif
gestoria
private GestoriaVO gestoria
administrador
private AdministradorVO administrador
tipusClient
private TipusClientVO tipusClient
BaseClientVO
public BaseClientVO()
- Creador instancia
BaseClientVO
public BaseClientVO(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
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
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
getGestoria
public GestoriaVO getGestoria()
- Returns:
- the gestoria
setGestoria
public void setGestoria(GestoriaVO gestoria)
- Parameters:
gestoria
- the gestoria to set
getAdministrador
public AdministradorVO getAdministrador()
- Returns:
- the administrador
setAdministrador
public void setAdministrador(AdministradorVO administrador)
- Parameters:
administrador
- the administrador to set
getTipusClient
public TipusClientVO getTipusClient()
- Returns:
- the tipusClient
setTipusClient
public void setTipusClient(TipusClientVO tipusClient)
- Parameters:
tipusClient
- the tipusClient to set
hashCode
public int hashCode()
- Specified by:
hashCode
in class BaseVO
equals
public boolean equals(Object obj)
- Specified by:
equals
in class BaseVO