Class DynamicCalculatedAttributeModel

java.lang.Object
io.jmix.dynmodelflowui.model.DynamicCalculatedAttributeModel

public class DynamicCalculatedAttributeModel extends Object
Model entity for editing DynamicCalculatedAttributeDefinition.
  • Field Details

  • Constructor Details

    • DynamicCalculatedAttributeModel

      public DynamicCalculatedAttributeModel()
  • Method Details

    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getEvaluator

      public String getEvaluator()
    • setEvaluator

      public void setEvaluator(String evaluator)
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)
    • getDependsOn

      public List<DynamicStringValueModel> getDependsOn()
    • setDependsOn

      public void setDependsOn(List<DynamicStringValueModel> dependsOn)
    • getCaption

      public String getCaption()