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 Details

    • name

      protected String name
    • escalationCode

      protected String escalationCode
  • Constructor Details

    • Escalation

      public Escalation()
    • Escalation

      public Escalation(String id, String name, String escalationCode)
  • Method Details

    • 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:
      clone in class BaseElement
    • setValues

      public void setValues(Escalation otherElement)