org.camunda.bpm.engine.rest.dto.runtime
Class VariableNameDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
public class VariableNameDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
local
protected boolean local
VariableNameDto
public VariableNameDto()
VariableNameDto
public VariableNameDto(String name)
VariableNameDto
public VariableNameDto(String name,
boolean local)
getName
public String getName()
setName
public void setName(String name)
isLocal
public boolean isLocal()
setLocal
public void setLocal(boolean local)
Copyright © 2016 camunda services GmbH. All rights reserved.