Class MessageTemplateBlock

java.lang.Object
io.jmix.messagetemplates.entity.MessageTemplateBlock

@Entity(name="msgtmp_MessageTemplateBlock") public class MessageTemplateBlock extends Object
  • Field Details

    • id

      protected UUID id
    • name

      @NotNull protected @NotNull String name
    • label

      @NotNull protected @NotNull String label
    • category

      protected String category
    • content

      protected String content
    • attributes

      protected String attributes
    • icon

      protected String icon
    • sysTenantId

      protected String sysTenantId
  • Constructor Details

    • MessageTemplateBlock

      public MessageTemplateBlock()
  • Method Details

    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getAttributes

      public String getAttributes()
    • setAttributes

      public void setAttributes(String attributes)
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)
    • getSysTenantId

      public String getSysTenantId()
    • setSysTenantId

      public void setSysTenantId(String sysTenantId)