edu.uoc.tfc.dbmodel.security
Class UserImpl

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.security.User
      extended by edu.uoc.tfc.dbmodel.security.UserImpl
All Implemented Interfaces:
java.io.Serializable

public class UserImpl
extends User

See Also:
User, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uoc.tfc.dbmodel.security.User
User.Factory
 
Constructor Summary
UserImpl()
           
 
Method Summary
 
Methods inherited from class edu.uoc.tfc.dbmodel.security.User
equals, getActive, getAdress, getId, getNom, getPassword, getPrimerCognom, getRol, getSegonCognom, getUserId, hashCode, setActive, setAdress, setId, setNom, setPassword, setPrimerCognom, setRol, setSegonCognom, setUserId
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserImpl

public UserImpl()