Class NotificationService.Notification

    • Constructor Detail

      • Notification

        public Notification()
    • Method Detail

      • getMessage

        public String getMessage()
      • getDisplayMessage

        public String getDisplayMessage()
      • isForAll

        public boolean isForAll()
      • setMessage

        public void setMessage​(String message)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getType

        public int getType()
        get the type, same time than in GenericMessage
        Returns:
      • getTypeLabel

        public String getTypeLabel()
      • getBootstrapIcon

        public String getBootstrapIcon()
      • setType

        public void setType​(int type)
      • getCreationDate

        public Date getCreationDate()
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • getDiplayCreationDate

        public String getDiplayCreationDate()
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)
      • getTimeLabel

        public String getTimeLabel()
      • getSortableTimeLabel

        public String getSortableTimeLabel()
      • getReceiver

        public String getReceiver()
      • setReceiver

        public void setReceiver​(String receiver)
      • isAdmin

        public boolean isAdmin()
      • setAdmin

        public void setAdmin​(boolean admin)