public class TimerEventTriggerInstanceImpl extends EventTriggerInstanceImpl implements TimerEventTriggerInstance
| Constructor and Description |
|---|
TimerEventTriggerInstanceImpl(long id,
long eventInstanceId,
String eventInstanceName,
Date executionDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEventInstanceName()
Return the name of the
EventInstance which it is attached. |
Date |
getExecutionDate()
Return the date of the execution of the trigger.
|
int |
hashCode() |
void |
setExecutionDate(Date executionDate) |
String |
toString() |
getEventInstanceId, setEventInstanceIdgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEventInstanceIdgetIdpublic Date getExecutionDate()
TimerEventTriggerInstancegetExecutionDate in interface TimerEventTriggerInstancepublic void setExecutionDate(Date executionDate)
public String getEventInstanceName()
TimerEventTriggerInstanceEventInstance which it is attached.getEventInstanceName in interface TimerEventTriggerInstanceEventInstancepublic int hashCode()
hashCode in class EventTriggerInstanceImplpublic boolean equals(Object obj)
equals in class EventTriggerInstanceImplpublic String toString()
toString in class BaseDefinitionElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.