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

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

public class HooksGroupTypeTupleBean
extends HooksBean

bean to hold objects for group low level hooks


Field Summary
static String FIELD_GROUP_TYPE_TUPLE
          constant for field name for: groupTypeTuple
 
Constructor Summary
HooksGroupTypeTupleBean()
           
HooksGroupTypeTupleBean(GroupTypeTuple theGroupTypeTuple)
           
 
Method Summary
 HooksGroupTypeTupleBean clone()
          deep clone the fields in this object
 GroupTypeTuple getGroupTypeTuple()
          object being inserted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_GROUP_TYPE_TUPLE

public static final String FIELD_GROUP_TYPE_TUPLE
constant for field name for: groupTypeTuple

See Also:
Constant Field Values
Constructor Detail

HooksGroupTypeTupleBean

public HooksGroupTypeTupleBean(GroupTypeTuple theGroupTypeTuple)
Parameters:
theGroupTypeTuple -

HooksGroupTypeTupleBean

public HooksGroupTypeTupleBean()
Method Detail

getGroupTypeTuple

public GroupTypeTuple getGroupTypeTuple()
object being inserted

Returns:
the Group

clone

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