Package io.jmix.reports.entity
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setFormatString
(String formatString) void
setGroovyScript
(Boolean groovyScript) void
void
void
setValueName
(String valueName)
-
Field Details
-
id
-
valueName
-
formatString
-
report
-
groovyScript
-
-
Constructor Details
-
ReportValueFormat
public ReportValueFormat()
-
-
Method Details
-
getId
-
setId
-
getReport
-
setReport
-
getValueName
-
setValueName
-
getFormatString
-
setFormatString
-
getGroovyScript
-
setGroovyScript
-
getName
- Specified by:
getName
in interfacecom.haulmont.yarg.structure.ReportFieldFormat
-
getFormat
- Specified by:
getFormat
in interfacecom.haulmont.yarg.structure.ReportFieldFormat
-
isGroovyScript
- Specified by:
isGroovyScript
in interfacecom.haulmont.yarg.structure.ReportFieldFormat
-