Class BeanMethodParamModel

java.lang.Object
io.jmix.bpm.entity.BeanMethodParamModel

public class BeanMethodParamModel extends Object
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • type

      protected String type
    • isVariable

      protected Boolean isVariable
    • value

      protected String value
  • Constructor Details

    • BeanMethodParamModel

      public BeanMethodParamModel()
  • 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)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getIsVariable

      public Boolean getIsVariable()
    • setIsVariable

      public void setIsVariable(Boolean variable)