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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.activiti.api.process.model.payloads.TimerPayloadinthashCode()voidsetTimerPayload(org.activiti.api.process.model.payloads.TimerPayload timerPayload) toString()Methods inherited from class org.activiti.api.runtime.model.impl.BPMNElementImpl
getElementId, getProcessDefinitionId, getProcessInstanceId, setElementId, setProcessDefinitionId, setProcessInstanceIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.api.process.model.BPMNElement
getElementId, getProcessDefinitionId, getProcessInstanceId
-
Constructor Details
-
BPMNTimerImpl
public BPMNTimerImpl() -
BPMNTimerImpl
-
-
Method Details
-
getTimerPayload
public org.activiti.api.process.model.payloads.TimerPayload getTimerPayload()- Specified by:
getTimerPayloadin interfaceorg.activiti.api.process.model.BPMNTimer
-
setTimerPayload
public void setTimerPayload(org.activiti.api.process.model.payloads.TimerPayload timerPayload) -
hashCode
public int hashCode()- Overrides:
hashCodein classBPMNElementImpl
-
equals
- Overrides:
equalsin classBPMNElementImpl
-
toString
-