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

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

public class HooksFieldBean
extends HooksBean

bean to hold objects for field low level hooks


Field Summary
static String FIELD_FIELD
          constant for field name for: field
 
Constructor Summary
HooksFieldBean()
           
HooksFieldBean(Field theField)
           
 
Method Summary
 HooksFieldBean clone()
          deep clone the fields in this object
 Field getField()
          object being inserted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_FIELD

public static final String FIELD_FIELD
constant for field name for: field

See Also:
Constant Field Values
Constructor Detail

HooksFieldBean

public HooksFieldBean()

HooksFieldBean

public HooksFieldBean(Field theField)
Parameters:
theField -
Method Detail

getField

public Field getField()
object being inserted

Returns:
the Field

clone

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