org.jbpm.pvm.impl
Class TriggerImpl

java.lang.Object
  extended by org.jbpm.pvm.impl.TriggerImpl
All Implemented Interfaces:
java.io.Serializable

public class TriggerImpl
extends java.lang.Object
implements java.io.Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  long dbid
           
protected  int dbversion
           
protected  ExecutionImpl execution
           
 
Constructor Summary
TriggerImpl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbid

protected long dbid

dbversion

protected int dbversion

execution

protected ExecutionImpl execution
Constructor Detail

TriggerImpl

public TriggerImpl()