org.camunda.bpm.engine.impl.bpmn.parser
Class Escalation
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.Escalation
public class Escalation
- extends Object
Represents an 'escalation' element.
- Author:
- Philipp Ossler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected final String id
name
protected String name
escalationCode
protected String escalationCode
Escalation
public Escalation(String id)
getName
public String getName()
setName
public void setName(String name)
getEscalationCode
public String getEscalationCode()
setEscalationCode
public void setEscalationCode(String escalationCode)
getId
public String getId()
Copyright © 2017 camunda services GmbH. All rights reserved.