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

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

public class HooksGroupTypeBean
extends HooksBean

bean to hold objects for GroupType low level hooks


Field Summary
static String FIELD_GROUP_TYPE
          constant for field name for: groupType
 
Constructor Summary
HooksGroupTypeBean()
           
HooksGroupTypeBean(GroupType theGroupType)
           
 
Method Summary
 HooksGroupTypeBean clone()
          deep clone the fields in this object
 GroupType getGroupType()
          object being inserted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_GROUP_TYPE

public static final String FIELD_GROUP_TYPE
constant for field name for: groupType

See Also:
Constant Field Values
Constructor Detail

HooksGroupTypeBean

public HooksGroupTypeBean()

HooksGroupTypeBean

public HooksGroupTypeBean(GroupType theGroupType)
Parameters:
theGroupType -
Method Detail

getGroupType

public GroupType getGroupType()
object being inserted

Returns:
the GroupType

clone

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