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

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

public class HooksAttributeBean
extends HooksBean

bean to hold objects for group low level hooks


Field Summary
static String FIELD_ATTRIBUTE
          constant for field name for: attribute
 
Constructor Summary
HooksAttributeBean()
           
HooksAttributeBean(Attribute theAttribute)
           
 
Method Summary
 HooksAttributeBean clone()
          deep clone the fields in this object
 Attribute getAttribute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_ATTRIBUTE

public static final String FIELD_ATTRIBUTE
constant for field name for: attribute

See Also:
Constant Field Values
Constructor Detail

HooksAttributeBean

public HooksAttributeBean()

HooksAttributeBean

public HooksAttributeBean(Attribute theAttribute)
Parameters:
theAttribute -
Method Detail

clone

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

getAttribute

public Attribute getAttribute()
Returns:
the attribute