Package org.flowable.bpmn.model
Class Escalation
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.Escalation
-
- All Implemented Interfaces:
HasExtensionAttributes
public class Escalation extends BaseElement
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringescalationCodeprotected Stringname-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description Escalation()Escalation(String id, String name, String escalationCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Escalationclone()StringgetEscalationCode()StringgetName()voidsetEscalationCode(String escalationCode)voidsetName(String name)voidsetValues(Escalation otherElement)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getEscalationCode
public String getEscalationCode()
-
setEscalationCode
public void setEscalationCode(String escalationCode)
-
clone
public Escalation clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(Escalation otherElement)
-
-