edu.internet2.middleware.grouper.hooks.beans
Class HooksLifecycleHooksInitBean

java.lang.Object
  extended by edu.internet2.middleware.grouper.hooks.beans.HooksBean
      extended by edu.internet2.middleware.grouper.hooks.beans.HooksLifecycleHooksInitBean
All Implemented Interfaces:
GrouperCloneable

public class HooksLifecycleHooksInitBean
extends HooksBean

bean to hold objects for when hooks init (register your hooks here)


Constructor Summary
HooksLifecycleHooksInitBean()
           
 
Method Summary
 HooksLifecycleHooksInitBean clone()
          deep clone the fields in this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HooksLifecycleHooksInitBean

public HooksLifecycleHooksInitBean()
Method Detail

clone

public HooksLifecycleHooksInitBean clone()
deep clone the fields in this object

Specified by:
clone in interface GrouperCloneable
Specified by:
clone in class HooksBean
Returns:
the clone of the object
See Also:
Object.clone()