Package io.jmix.dynmodelflowui.model
Class DynamicAttributeConstraintModel
java.lang.Object
io.jmix.dynmodelflowui.model.DynamicAttributeConstraintModel
Model entity for editing
DynamicAttributeConstraintDefinition.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotNull Stringprotected List<DynamicStringValueModel> protected UUIDprotected DynamicLocalizedValueModelprotected List<DynamicKeyValueModel> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAnnotation(String annotation) voidsetGroups(List<DynamicStringValueModel> groups) voidvoidsetMessage(DynamicLocalizedValueModel message) voidsetParameters(List<DynamicKeyValueModel> parameters)
-
Field Details
-
id
-
annotation
-
parameters
-
groups
-
message
-
-
Constructor Details
-
DynamicAttributeConstraintModel
public DynamicAttributeConstraintModel()
-
-
Method Details
-
getId
-
setId
-
getAnnotation
-
setAnnotation
-
getParameters
-
setParameters
-
getGroups
-
setGroups
-
getMessage
-
setMessage
-