edu.uoc.tfc.dbmodel
Class ClientImpl

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.Client
      extended by edu.uoc.tfc.dbmodel.ClientImpl
All Implemented Interfaces:
java.io.Serializable

public class ClientImpl
extends Client

See Also:
Client, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uoc.tfc.dbmodel.Client
Client.Factory
 
Constructor Summary
ClientImpl()
           
 
Method Summary
 
Methods inherited from class edu.uoc.tfc.dbmodel.Client
equals, getActiu, getDataNaixement, getDni, getId, getMail, getNom, getPartsDelClient, getPrimerCognom, getSegonCognom, getTelefon, hashCode, setActiu, setDataNaixement, setDni, setId, setMail, setNom, setPartsDelClient, setPrimerCognom, setSegonCognom, setTelefon
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientImpl

public ClientImpl()