Class ParameterValue

java.lang.Object
io.jmix.emailtemplates.entity.ParameterValue

@Entity(name="emltmp_ParameterValue") public class ParameterValue extends Object
  • Field Details

    • id

      protected UUID id
    • version

      protected Integer version
    • createTs

      protected Date createTs
    • createdBy

      protected String createdBy
    • updateTs

      protected Date updateTs
    • updatedBy

      protected String updatedBy
    • deleteTs

      protected Date deleteTs
    • deletedBy

      protected String deletedBy
    • parameterType

      @NotNull protected @NotNull Integer parameterType
    • alias

      @NotNull protected @NotNull String alias
    • defaultValue

      protected String defaultValue
    • templateReport

      protected TemplateReport templateReport
  • Constructor Details

    • ParameterValue

      public ParameterValue()
  • Method Details

    • getTemplateReport

      public TemplateReport getTemplateReport()
    • setTemplateReport

      public void setTemplateReport(TemplateReport templateReport)
    • setParameterType

      public void setParameterType(ParameterType parameterType)
    • getParameterType

      public ParameterType getParameterType()
    • getInstanceName

      public String getInstanceName()
    • setAlias

      public void setAlias(String alias)
    • getAlias

      public String getAlias()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • getDefaultValue

      public String getDefaultValue()
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getCreateTs

      public Date getCreateTs()
    • setCreateTs

      public void setCreateTs(Date createTs)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getUpdateTs

      public Date getUpdateTs()
    • setUpdateTs

      public void setUpdateTs(Date updateTs)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getDeleteTs

      public Date getDeleteTs()
    • setDeleteTs

      public void setDeleteTs(Date deleteTs)
    • getDeletedBy

      public String getDeletedBy()
    • setDeletedBy

      public void setDeletedBy(String deletedBy)