com.ferri.service.dto
Class GestoriaDTO
java.lang.Object
com.ferri.core.vo.AbstractBase
com.ferri.core.vo.commons.BaseDTO
com.ferri.service.dto.GestoriaDTO
- All Implemented Interfaces:
- Serializable
public class GestoriaDTO
- extends BaseDTO
Implementació de la instancia DTO. Taula: tfc_gestoria
- Author:
- dferri
- See Also:
- Serialized Form
Constructor Summary |
GestoriaDTO()
Creador instancia |
GestoriaDTO(String nom,
String carrer,
String numero,
String resta,
String municipi,
String cp,
String nomComptable,
String nifComptable,
String telefon,
String mail,
String comissio,
Date dataAlta,
Date dataModif)
Creador instancia |
GestoriaDTO(String nif,
String nom,
String carrer,
String numero,
String resta,
String municipi,
String cp,
String nomComptable,
String nifComptable,
String telefon,
String mail,
String comissio,
Date dataAlta,
Date dataModif)
Creador instancia |
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
ordre
private String ordre
validationNif
private String validationNif
numClients
private Integer numClients
numAdministradors
private Integer numAdministradors
administradorDTOs
private Collection<AdministradorDTO> administradorDTOs
GestoriaDTO
public GestoriaDTO(String nif,
String nom,
String carrer,
String numero,
String resta,
String municipi,
String cp,
String nomComptable,
String nifComptable,
String telefon,
String mail,
String comissio,
Date dataAlta,
Date dataModif)
- Creador instancia
- Parameters:
nif
- nom
- carrer
- numero
- resta
- municipi
- cp
- nomComptable
- nifComptable
- telefon
- mail
- comissio
- dataAlta
- dataModif
-
GestoriaDTO
public GestoriaDTO(String nom,
String carrer,
String numero,
String resta,
String municipi,
String cp,
String nomComptable,
String nifComptable,
String telefon,
String mail,
String comissio,
Date dataAlta,
Date dataModif)
- Creador instancia
- Parameters:
nom
- carrer
- numero
- resta
- municipi
- cp
- nomComptable
- nifComptable
- telefon
- mail
- comissio
- dataAlta
- dataModif
-
GestoriaDTO
public GestoriaDTO()
- Creador instancia
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
getOrdre
public String getOrdre()
- Returns:
- the ordre
setOrdre
public void setOrdre(String ordre)
- Parameters:
ordre
- the ordre to set
getValidationNif
public String getValidationNif()
- Returns:
- the validationNif
setValidationNif
public void setValidationNif(String validationNif)
- Parameters:
validationNif
- the validationNif to set
getNumClients
public Integer getNumClients()
- Returns:
- the numClients
setNumClients
public void setNumClients(Integer numClients)
- Parameters:
numClients
- the numClients to set
getNumAdministradors
public Integer getNumAdministradors()
- Returns:
- the numAdministradors
setNumAdministradors
public void setNumAdministradors(Integer numAdministradors)
- Parameters:
numAdministradors
- the numAdministradors to set
getAdministradorDTOs
public Collection<AdministradorDTO> getAdministradorDTOs()
- Returns:
- the administradorDTOs
setAdministradorDTOs
public void setAdministradorDTOs(Collection<AdministradorDTO> administradorDTOs)
- Parameters:
administradorDTOs
- the administradorDTOs to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object