org.camunda.bpm.engine.impl.bpmn.parser
Class Escalation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.parser.Escalation

public class Escalation
extends Object

Represents an 'escalation' element.

Author:
Philipp Ossler

Field Summary
protected  String escalationCode
           
protected  String id
           
protected  String name
           
 
Constructor Summary
Escalation(String id)
           
 
Method Summary
 String getEscalationCode()
           
 String getId()
           
 String getName()
           
 void setEscalationCode(String escalationCode)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected final String id

name

protected String name

escalationCode

protected String escalationCode
Constructor Detail

Escalation

public Escalation(String id)
Method Detail

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.