Class Notification

    • Constructor Detail

      • Notification

        public Notification()
    • Method Detail

      • getUser

        public User getUser()
      • setUser

        public void setUser​(User user)
      • setNotificationType

        public void setNotificationType​(NotificationType notificationType)
      • getCreateTime

        public Date getCreateTime()
      • setCreateTime

        public void setCreateTime​(Date createTime)
      • getSentTime

        public Date getSentTime()
      • setSentTime

        public void setSentTime​(Date sentTime)
      • getReadTime

        public Date getReadTime()
      • setReadTime

        public void setReadTime​(Date readTime)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String subject)