Class Key


  • public class Key
    extends Object
    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • setId

        public void setId​(Integer id)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getUser

        public User getUser()
      • setUser

        public void setUser​(User user)