Class ProcessVariableEnumValueModel

java.lang.Object
io.jmix.bpmui.model.ProcessVariableEnumValueModel

public class ProcessVariableEnumValueModel extends Object
  • Field Details

    • id

      protected String id
    • caption

      protected String caption
    • value

      protected String value
  • Constructor Details

    • ProcessVariableEnumValueModel

      public ProcessVariableEnumValueModel()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCaption

      public String getCaption()
    • setCaption

      public void setCaption(String caption)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)