Class HvlBpmnVariableQueryModel

java.lang.Object
tr.com.havelsan.javarch.bpmn.common.model.HvlBpmnVariableQueryModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlBpmnExecutionVariableQueryModel, HvlBpmnTaskVariableQueryModel

public abstract class HvlBpmnVariableQueryModel extends Object implements Serializable
The type Hvl bpmn variable query model.
See Also:
  • Constructor Details

    • HvlBpmnVariableQueryModel

      public HvlBpmnVariableQueryModel()
  • Method Details

    • getVariableName

      public String getVariableName()
      Gets variable name.
      Returns:
      the variable name
    • setVariableName

      public void setVariableName(String variableName)
      Sets variable name.
      Parameters:
      variableName - the variable name
    • getVariableNameList

      public List<String> getVariableNameList()
      Gets variable name list.
      Returns:
      the variable name list
    • setVariableNameList

      public void setVariableNameList(List<String> variableNameList)
      Sets variable name list.
      Parameters:
      variableNameList - the variable name list
    • isLocal

      public boolean isLocal()
      Is local boolean.
      Returns:
      the boolean
    • setLocal

      public void setLocal(boolean local)
      Sets local.
      Parameters:
      local - the local