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

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

public class HooksGroupBean
extends HooksBean

bean to hold objects for group low level hooks


Field Summary
static String FIELD_GROUP
          constant for field name for: group
 
Constructor Summary
HooksGroupBean()
           
HooksGroupBean(Group theGroup)
           
 
Method Summary
 HooksGroupBean clone()
          deep clone the fields in this object
 Group getGroup()
          object being inserted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_GROUP

public static final String FIELD_GROUP
constant for field name for: group

See Also:
Constant Field Values
Constructor Detail

HooksGroupBean

public HooksGroupBean()

HooksGroupBean

public HooksGroupBean(Group theGroup)
Parameters:
theGroup -
Method Detail

getGroup

public Group getGroup()
object being inserted

Returns:
the Group

clone

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