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

Field Summary
 
Fields inherited from interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionEvent
CREATION, EXECUTION, MESSAGE, TIMEOUT
 
Constructor Summary
ExecutionEventImpl()
           
 
Method Summary
 java.lang.String getComments()
           
 java.util.Date getEventDate()
           
 int getEventType()
           
 java.lang.Long getId()
           
 void setComments(java.lang.String comments)
           
 void setEventDate(java.util.Date eventDate)
           
 void setEventType(int eventType)
           
 void setId(java.lang.Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionEventImpl

public ExecutionEventImpl()
Method Detail

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.