org.ow2.bonita.facade.def.element.impl
Class HookDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.element.impl.HookDefImpl
All Implemented Interfaces:
HookDef

public class HookDefImpl
extends DefImpl
implements HookDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.HookDef
HookDef.Event
 
Field Summary
protected  java.lang.String className
           
protected  HookDef.Event event
           
protected  java.util.Map<java.lang.String,java.lang.String> parameters
           
protected  boolean throwingException
           
 
Constructor Summary
protected HookDefImpl()
           
  HookDefImpl(java.lang.String className, HookDef.Event event, java.util.Map<java.lang.String,java.lang.String> parameters, boolean throwingException)
           
 
Method Summary
 HookDefImpl copy()
           
 java.lang.String getClassName()
           
 HookDef.Event getEvent()
           
 java.util.Map<java.lang.String,java.lang.String> getParameters()
           
 boolean isThrowingException()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected java.lang.String className

event

protected HookDef.Event event

parameters

protected java.util.Map<java.lang.String,java.lang.String> parameters

throwingException

protected boolean throwingException
Constructor Detail

HookDefImpl

protected HookDefImpl()

HookDefImpl

public HookDefImpl(java.lang.String className,
                   HookDef.Event event,
                   java.util.Map<java.lang.String,java.lang.String> parameters,
                   boolean throwingException)
Method Detail

copy

public HookDefImpl copy()
Specified by:
copy in class DefImpl

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface HookDef

getEvent

public HookDef.Event getEvent()
Specified by:
getEvent in interface HookDef

getParameters

public java.util.Map<java.lang.String,java.lang.String> getParameters()
Specified by:
getParameters in interface HookDef

isThrowingException

public boolean isThrowingException()
Specified by:
isThrowingException in interface HookDef