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

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

public class HooksLifecycleDdlInitBean
extends HooksBean

 bean to hold objects for ddl init (add ddl object names here).
 
 


Constructor Summary
HooksLifecycleDdlInitBean()
           
HooksLifecycleDdlInitBean(List<String> theDdlObjectNames)
           
 
Method Summary
 HooksLifecycleDdlInitBean clone()
          deep clone the fields in this object
 List<String> getDdlObjectNames()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HooksLifecycleDdlInitBean

public HooksLifecycleDdlInitBean()

HooksLifecycleDdlInitBean

public HooksLifecycleDdlInitBean(List<String> theDdlObjectNames)
Parameters:
theDdlObjectNames - is the configuration
Method Detail

getDdlObjectNames

public List<String> getDdlObjectNames()
Returns:
the ddlObjectNames

clone

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