org.smartcomps.twister.engine.priv.core.dynamic.impl
Class ExecutionEventImpl
java.lang.Object
|
+--org.smartcomps.twister.engine.priv.core.dynamic.impl.ExecutionEventImpl
- All Implemented Interfaces:
- ExecutionEvent
- public class ExecutionEventImpl
- extends java.lang.Object
- implements ExecutionEvent
Persistent implementation of the ExecutionEvent interface.
- See Also:
ExecutionEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionEventImpl
public ExecutionEventImpl()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getEventType
public int getEventType()
- Specified by:
getEventType
in interface ExecutionEvent
setEventType
public void setEventType(int eventType)
- Specified by:
setEventType
in interface ExecutionEvent
getEventDate
public java.util.Date getEventDate()
- Specified by:
getEventDate
in interface ExecutionEvent
setEventDate
public void setEventDate(java.util.Date eventDate)
- Specified by:
setEventDate
in interface ExecutionEvent
getComments
public java.lang.String getComments()
- Specified by:
getComments
in interface ExecutionEvent
setComments
public void setComments(java.lang.String comments)
- Specified by:
setComments
in interface ExecutionEvent
Copyright © 2003 SmartComps. All Rights Reserved.