Class IdentityInfoEntity

    • Constructor Detail

      • IdentityInfoEntity

        public IdentityInfoEntity()
    • Method Detail

      • getPersistentState

        public Object getPersistentState()
        Description copied from interface: DbEntity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface DbEntity
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getPasswordBytes

        public byte[] getPasswordBytes()
      • setPasswordBytes

        public void setPasswordBytes​(byte[] passwordBytes)
      • setPassword

        public void setPassword​(String password)
      • getParentId

        public String getParentId()
      • setParentId

        public void setParentId​(String parentId)