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

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

public class HooksGrouperSessionBean
extends HooksBean

bean to hold objects for grouper session low level hooks


Field Summary
static String FIELD_GROUPER_SESSION
          constant for field name for: grouperSession
 
Constructor Summary
HooksGrouperSessionBean()
           
HooksGrouperSessionBean(GrouperSession theGrouperSession)
           
 
Method Summary
 HooksGrouperSessionBean clone()
          deep clone the fields in this object
 GrouperSession getGrouperSession()
          object being inserted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_GROUPER_SESSION

public static final String FIELD_GROUPER_SESSION
constant for field name for: grouperSession

See Also:
Constant Field Values
Constructor Detail

HooksGrouperSessionBean

public HooksGrouperSessionBean()

HooksGrouperSessionBean

public HooksGrouperSessionBean(GrouperSession theGrouperSession)
Parameters:
theGrouperSession -
Method Detail

getGrouperSession

public GrouperSession getGrouperSession()
object being inserted

Returns:
the Group

clone

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