com.ferri.service.dto
Class GestoriaDTO

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

Field Summary
private  Collection<AdministradorDTO> administradorDTOs
           
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  Integer numAdministradors
           
private  Integer numClients
           
private  String numero
           
private  String ordre
           
private  String resta
           
private static long serialVersionUID
           
private  String telefon
           
private  String validationNif
           
 
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
 
Method Summary
 boolean equals(Object obj)
           
 Collection<AdministradorDTO> getAdministradorDTOs()
           
 String getCarrer()
           
 String getComissio()
           
 String getCp()
           
 Date getDataAlta()
           
 Date getDataModif()
           
 String getMail()
           
 String getMunicipi()
           
 String getNif()
           
 String getNifComptable()
           
 String getNom()
           
 String getNomComptable()
           
 Integer getNumAdministradors()
           
 Integer getNumClients()
           
 String getNumero()
           
 String getOrdre()
           
 String getResta()
           
 String getTelefon()
           
 String getValidationNif()
           
 int hashCode()
           
 void setAdministradorDTOs(Collection<AdministradorDTO> administradorDTOs)
           
 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 setNumAdministradors(Integer numAdministradors)
           
 void setNumClients(Integer numClients)
           
 void setNumero(String numero)
           
 void setOrdre(String ordre)
           
 void setResta(String resta)
           
 void setTelefon(String telefon)
           
 void setValidationNif(String validationNif)
           
 
Methods inherited from class com.ferri.core.vo.commons.BaseDTO
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

ordre

private String ordre

validationNif

private String validationNif

numClients

private Integer numClients

numAdministradors

private Integer numAdministradors

administradorDTOs

private Collection<AdministradorDTO> administradorDTOs
Constructor Detail

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

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

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