Class BPMNTimerImpl
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.BPMNElementImpl
-
- org.activiti.api.runtime.model.impl.BPMNTimerImpl
-
- All Implemented Interfaces:
BPMNElement,BPMNTimer
public class BPMNTimerImpl extends BPMNElementImpl implements BPMNTimer
-
-
Constructor Summary
Constructors Constructor Description BPMNTimerImpl()BPMNTimerImpl(String elementId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TimerPayloadgetTimerPayload()inthashCode()voidsetTimerPayload(TimerPayload timerPayload)StringtoString()-
Methods inherited from class org.activiti.api.runtime.model.impl.BPMNElementImpl
getElementId, getProcessDefinitionId, getProcessInstanceId, setElementId, setProcessDefinitionId, setProcessInstanceId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.api.process.model.BPMNElement
getElementId, getProcessDefinitionId, getProcessInstanceId
-
-
-
-
Constructor Detail
-
BPMNTimerImpl
public BPMNTimerImpl()
-
BPMNTimerImpl
public BPMNTimerImpl(String elementId)
-
-
Method Detail
-
getTimerPayload
public TimerPayload getTimerPayload()
- Specified by:
getTimerPayloadin interfaceBPMNTimer
-
setTimerPayload
public void setTimerPayload(TimerPayload timerPayload)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBPMNElementImpl
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classBPMNElementImpl
-
-