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

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

public class HooksLifecycleGrouperStartupBean
extends HooksBean

bean to hold objects for grouper startup hooks


Constructor Summary
HooksLifecycleGrouperStartupBean()
           
 
Method Summary
 HooksLifecycleGrouperStartupBean 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

HooksLifecycleGrouperStartupBean

public HooksLifecycleGrouperStartupBean()
Method Detail

clone

public HooksLifecycleGrouperStartupBean 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()