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

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

public class HooksAttributeDefBean
extends HooksBean

bean to hold objects for attribute def name low level hooks


Field Summary
static String FIELD_ATTRIBUTE_DEF
          constant for field name for: attributeDef
 
Constructor Summary
HooksAttributeDefBean()
           
HooksAttributeDefBean(AttributeDef theAttribute)
           
 
Method Summary
 HooksAttributeDefBean clone()
          deep clone the fields in this object
 AttributeDef getAttributeDef()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_ATTRIBUTE_DEF

public static final String FIELD_ATTRIBUTE_DEF
constant for field name for: attributeDef

See Also:
Constant Field Values
Constructor Detail

HooksAttributeDefBean

public HooksAttributeDefBean()

HooksAttributeDefBean

public HooksAttributeDefBean(AttributeDef theAttribute)
Parameters:
theAttribute -
Method Detail

clone

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

getAttributeDef

public AttributeDef getAttributeDef()
Returns:
the attribute