com.ferri.persistence.bean.base
Class BaseGestoriaVO

java.lang.Object
  extended by com.ferri.core.vo.AbstractBase
      extended by com.ferri.core.vo.commons.BaseVO
          extended by 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

Field Summary
private  String carrer
           
private  String comissio
           
private  String cp
           
private  Date dataAlta
           
private  Date dataModif
           
private  int hashCode
           
private  String mail
           
private  String municipi
           
private  String nif
           
private  String nifComptable
           
private  String nom
           
private  String nomComptable
           
private  String numero
           
private  String resta
           
private static long serialVersionUID
           
private  String telefon
           
 
Fields inherited from interface com.ferri.persistence.bean.constants.ConstantsGestoriaVO
MIN_SIZE_CP
 
Constructor Summary
BaseGestoriaVO()
          Creador instancia
BaseGestoriaVO(String nif)
          Creador instancia
 
Method Summary
 boolean equals(Object obj)
           
 String getCarrer()
           
 String getComissio()
           
 String getCp()
           
 Date getDataAlta()
           
 Date getDataModif()
           
 String getMail()
           
 String getMunicipi()
           
 String getNif()
           
 String getNifComptable()
           
 String getNom()
           
 String getNomComptable()
           
 String getNumero()
           
 String getResta()
           
 String getTelefon()
           
 int hashCode()
           
 void setCarrer(String carrer)
           
 void setComissio(String comissio)
           
 void setCp(String cp)
           
 void setDataAlta(Date dataAlta)
           
 void setDataModif(Date dataModif)
           
 void setMail(String mail)
           
 void setMunicipi(String municipi)
           
 void setNif(String nif)
           
 void setNifComptable(String nifComptable)
           
 void setNom(String nom)
           
 void setNomComptable(String nomComptable)
           
 void setNumero(String numero)
           
 void setResta(String resta)
           
 void setTelefon(String telefon)
           
 
Methods inherited from class com.ferri.core.vo.commons.BaseVO
initialize
 
Methods inherited from class com.ferri.core.vo.AbstractBase
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

BaseGestoriaVO

public BaseGestoriaVO()
Creador instancia


BaseGestoriaVO

public BaseGestoriaVO(String nif)
Creador instancia

Parameters:
nif -
Method Detail

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