Class FormOutputVariableModel

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

public class FormOutputVariableModel extends Object
  • Field Details

  • Constructor Details

    • FormOutputVariableModel

      public FormOutputVariableModel()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getOutcome

      public String getOutcome()
    • setOutcome

      public void setOutcome(String outcome)