Class AlertVO

    • Constructor Detail

      • AlertVO

        public AlertVO()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • setReceiver

        public void setReceiver​(AlertUserVO receiver)
      • getRead

        public Boolean getRead()
      • setRead

        public void setRead​(Boolean read)
      • getCreationDate

        public Date getCreationDate()
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • getCurrentDate

        public Date getCurrentDate()
      • setCurrentDate

        public void setCurrentDate​(Date currentDate)
      • getCanRemove

        public Boolean getCanRemove()
      • setCanRemove

        public void setCanRemove​(Boolean canRemove)
      • getPriority

        public String getPriority()
      • setPriority

        public void setPriority​(String priority)
      • getCreationDateTime

        public Long getCreationDateTime()
      • setCreationDateTime

        public void setCreationDateTime​(Long creationDateTime)