Class PasswordManagerTokenEntity

    • Constructor Detail

      • PasswordManagerTokenEntity

        public PasswordManagerTokenEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getUser

        public UserEntity getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(UserEntity user)
        Sets value for attribute user
      • getCreated

        public Date getCreated()
        Gets value for attribute created
      • setCreated

        public void setCreated​(Date created)
        Sets value for attribute created
      • getExpires

        public Date getExpires()
        Gets value for attribute expires
      • setExpires

        public void setExpires​(Date expires)
        Sets value for attribute expires
      • getRenew

        public Date getRenew()
        Gets value for attribute renew
      • setRenew

        public void setRenew​(Date renew)
        Sets value for attribute renew
      • getToken

        public String getToken()
        Gets value for attribute token
      • setToken

        public void setToken​(String token)
        Sets value for attribute token
      • getOldToken

        public String getOldToken()
        Gets value for attribute oldToken
      • setOldToken

        public void setOldToken​(String oldToken)
        Sets value for attribute oldToken
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an PasswordManagerTokenEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object