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

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

public class HooksStemBean
extends HooksBean

bean to hold objects for stem low level hooks


Field Summary
static String FIELD_STEM
          constant for field name for: stem
 
Constructor Summary
HooksStemBean()
           
HooksStemBean(Stem theStem)
           
 
Method Summary
 HooksStemBean clone()
          deep clone the fields in this object
 Stem getStem()
          object being inserted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_STEM

public static final String FIELD_STEM
constant for field name for: stem

See Also:
Constant Field Values
Constructor Detail

HooksStemBean

public HooksStemBean()

HooksStemBean

public HooksStemBean(Stem theStem)
Parameters:
theStem -
Method Detail

getStem

public Stem getStem()
object being inserted

Returns:
the Stem

clone

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