Class BPMNTimerImpl

java.lang.Object
org.activiti.api.runtime.model.impl.BPMNElementImpl
org.activiti.api.runtime.model.impl.BPMNTimerImpl
All Implemented Interfaces:
org.activiti.api.process.model.BPMNElement, org.activiti.api.process.model.BPMNTimer

public class BPMNTimerImpl extends BPMNElementImpl implements org.activiti.api.process.model.BPMNTimer
  • Constructor Details

    • BPMNTimerImpl

      public BPMNTimerImpl()
    • BPMNTimerImpl

      public BPMNTimerImpl(String elementId)
  • Method Details

    • getTimerPayload

      public org.activiti.api.process.model.payloads.TimerPayload getTimerPayload()
      Specified by:
      getTimerPayload in interface org.activiti.api.process.model.BPMNTimer
    • setTimerPayload

      public void setTimerPayload(org.activiti.api.process.model.payloads.TimerPayload timerPayload)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class BPMNElementImpl
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class BPMNElementImpl
    • toString

      public String toString()
      Overrides:
      toString in class Object