Class SendNotificationModel

java.lang.Object
io.jmix.bpmui.model.SendNotificationModel

public class SendNotificationModel extends Object
  • Constructor Details

    • SendNotificationModel

      public SendNotificationModel()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • isSendNotification

      public Boolean isSendNotification()
    • setSendNotification

      public void setSendNotification(Boolean sendNotification)
    • getRecipientSource

      public SendNotificationRecipientSource getRecipientSource()
    • setRecipientSource

      public void setRecipientSource(SendNotificationRecipientSource recipientSource)
    • getUserExpression

      public String getUserExpression()
    • setUserExpression

      public void setUserExpression(String userExpression)
    • getNotificationTemplateCode

      public String getNotificationTemplateCode()
    • setNotificationTemplateCode

      public void setNotificationTemplateCode(String notificationTemplateCode)