Class ReportValueFormat

java.lang.Object
io.jmix.reports.entity.ReportValueFormat
All Implemented Interfaces:
com.haulmont.yarg.structure.ReportFieldFormat, Serializable

public class ReportValueFormat extends Object implements com.haulmont.yarg.structure.ReportFieldFormat
See Also:
  • Field Details

    • id

      protected UUID id
    • valueName

      protected String valueName
    • formatString

      protected String formatString
    • report

      protected Report report
    • groovyScript

      protected Boolean groovyScript
  • Constructor Details

    • ReportValueFormat

      public ReportValueFormat()
  • Method Details

    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getReport

      public Report getReport()
    • setReport

      public void setReport(Report report)
    • getValueName

      public String getValueName()
    • setValueName

      public void setValueName(String valueName)
    • getFormatString

      public String getFormatString()
    • setFormatString

      public void setFormatString(String formatString)
    • getGroovyScript

      public Boolean getGroovyScript()
    • setGroovyScript

      public void setGroovyScript(Boolean groovyScript)
    • getName

      public String getName()
      Specified by:
      getName in interface com.haulmont.yarg.structure.ReportFieldFormat
    • getFormat

      public String getFormat()
      Specified by:
      getFormat in interface com.haulmont.yarg.structure.ReportFieldFormat
    • isGroovyScript

      public Boolean isGroovyScript()
      Specified by:
      isGroovyScript in interface com.haulmont.yarg.structure.ReportFieldFormat