Class User

  • All Implemented Interfaces:
    IUser, java.io.Serializable

    public class User
    extends java.lang.Object
    implements IUser
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      User()  
      User​(java.lang.Long id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getId()  
      java.lang.String getLogin()  
      java.lang.String getNome()  
      java.lang.String getSenha()  
      java.util.Date getUltimoAcesso()  
      void setId​(java.lang.Long id)  
      void setLogin​(java.lang.String login)  
      void setNome​(java.lang.String nome)  
      void setSenha​(java.lang.String senha)  
      void setUltimoAcesso​(java.util.Date ultimoAcesso)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • User

        public User()
      • User

        public User​(java.lang.Long id)
    • Method Detail

      • getId

        public java.lang.Long getId()
        Specified by:
        getId in interface IUser
      • setId

        public void setId​(java.lang.Long id)
        Specified by:
        setId in interface IUser
      • getLogin

        public java.lang.String getLogin()
        Specified by:
        getLogin in interface IUser
      • setLogin

        public void setLogin​(java.lang.String login)
        Specified by:
        setLogin in interface IUser
      • getNome

        public java.lang.String getNome()
        Specified by:
        getNome in interface IUser
      • setNome

        public void setNome​(java.lang.String nome)
        Specified by:
        setNome in interface IUser
      • getSenha

        public java.lang.String getSenha()
        Specified by:
        getSenha in interface IUser
      • setSenha

        public void setSenha​(java.lang.String senha)
        Specified by:
        setSenha in interface IUser
      • getUltimoAcesso

        public java.util.Date getUltimoAcesso()
        Specified by:
        getUltimoAcesso in interface IUser
      • setUltimoAcesso

        public void setUltimoAcesso​(java.util.Date ultimoAcesso)
        Specified by:
        setUltimoAcesso in interface IUser