Package io.jmix.dynattr.model
Class CategoryAttributeConfiguration
java.lang.Object
io.jmix.dynattr.model.CategoryAttributeConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Integer
protected Integer
protected String
protected BigDecimal
protected Double
protected Integer
protected BigDecimal
protected Double
protected Integer
protected String
protected String
protected String
protected String
protected Integer
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getId()
void
setColumnAlignment
(String columnAlignment) void
setColumnName
(String columnName) void
setColumnNumber
(Integer columnNumber) void
setColumnWidth
(Integer columnWidth) void
setDependsOnAttributeCodes
(List<String> dependsOnAttributeCodes) void
void
setMaxDecimal
(BigDecimal maxDecimal) void
setMaxDouble
(Double maxDouble) void
void
setMinDecimal
(BigDecimal minDecimal) void
setMinDouble
(Double minDouble) void
void
setNumberFormatPattern
(String numberFormatPattern) void
setOptionsLoaderScript
(String optionsLoaderScript) void
setOptionsLoaderType
(OptionsLoaderType optionsLoaderType) void
setRecalculationScript
(String recalculationScript) void
setRowNumber
(Integer rowNumber) void
setValidatorGroovyScript
(String validatorGroovyScript)
-
Field Details
-
id
-
minInt
-
minDouble
-
minDecimal
-
maxInt
-
maxDouble
-
maxDecimal
-
validatorGroovyScript
-
columnName
-
columnAlignment
-
columnWidth
-
numberFormatPattern
-
optionsLoaderType
-
optionsLoaderScript
-
recalculationScript
-
columnNumber
-
rowNumber
-
dependsOnAttributeCodes
-
-
Constructor Details
-
CategoryAttributeConfiguration
public CategoryAttributeConfiguration()
-
-
Method Details
-
getId
-
setId
-
getMinInt
-
setMinInt
-
getMinDouble
-
setMinDouble
-
getMinDecimal
-
setMinDecimal
-
getMaxInt
-
setMaxInt
-
getMaxDouble
-
setMaxDouble
-
getMaxDecimal
-
setMaxDecimal
-
getValidatorGroovyScript
-
setValidatorGroovyScript
-
getColumnName
-
setColumnName
-
getColumnAlignment
-
setColumnAlignment
-
getColumnWidth
-
setColumnWidth
-
getNumberFormatPattern
-
setNumberFormatPattern
-
getRecalculationScript
-
setRecalculationScript
-
getDependsOnAttributeCodes
-
setDependsOnAttributeCodes
-
isReadOnly
-
getOptionsLoaderType
-
setOptionsLoaderType
-
getOptionsLoaderScript
-
setOptionsLoaderScript
-
getColumnNumber
-
setColumnNumber
-
getRowNumber
-
setRowNumber
-
clone
-