edu.internet2.middleware.grouper.hooks.beans
Class HooksLifecycleDdlInitBean
java.lang.Object
edu.internet2.middleware.grouper.hooks.beans.HooksBean
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).
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HooksLifecycleDdlInitBean
public HooksLifecycleDdlInitBean()
HooksLifecycleDdlInitBean
public HooksLifecycleDdlInitBean(java.util.List<java.lang.String> theDdlObjectNames)
- Parameters:
theDdlObjectNames - is the configuration
getDdlObjectNames
public java.util.List<java.lang.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()