Class InAppNotification

java.lang.Object
io.jmix.notifications.entity.InAppNotification

@Entity(name="ntf_InAppNotification") public class InAppNotification extends Object
  • Constructor Details

    • InAppNotification

      public InAppNotification()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getReadStatus

      public NotificationReadStatus getReadStatus()
    • setReadStatus

      public void setReadStatus(NotificationReadStatus status)
    • getRecipient

      public String getRecipient()
    • setRecipient

      public void setRecipient(String recipient)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)