Interface GrouperCloneable

All Known Implementing Classes:
Attribute, AttributeAssign, AttributeAssignAction, AttributeAssignActionSet, AttributeAssignValue, AttributeDef, AttributeDefName, AttributeDefNameSet, AttributeDefScope, AuditEntry, AuditType, ChangeLogConsumer, ChangeLogEntry, ChangeLogType, Composite, ExternalSubject, ExternalSubjectAttribute, Field, Group, GrouperAPI, GrouperConfigHibernate, GrouperFile, GrouperMessageHibernate, GrouperPassword, GrouperPasswordRecentlyUsed, GrouperPIT, GroupSet, GroupType, GroupTypeTuple, HooksAttributeAssignBean, HooksAttributeAssignValueBean, HooksAttributeBean, HooksAttributeDefBean, HooksAttributeDefNameBean, HooksBean, HooksCompositeBean, HooksExternalSubjectBean, HooksFieldBean, HooksGroupBean, HooksGrouperSessionBean, HooksGroupTypeBean, HooksGroupTypeTupleBean, HooksLifecycleDdlInitBean, HooksLifecycleGrouperStartupBean, HooksLifecycleHibInitBean, HooksLifecycleHooksInitBean, HooksLoaderBean, HooksMemberBean, HooksMemberChangeSubjectBean, HooksMembershipBean, HooksMembershipChangeBean, HooksStemBean, Member, Membership, PermissionEntryBase, PermissionEntryImpl, PITAttributeAssign, PITAttributeAssignAction, PITAttributeAssignActionSet, PITAttributeAssignValue, PITAttributeAssignValueView, PITAttributeDef, PITAttributeDefName, PITAttributeDefNameSet, PITField, PITGroup, PITGrouperConfigHibernate, PITGroupSet, PITMember, PITMembership, PITPermissionAllView, PITRoleSet, PITStem, ProvisioningUpdatableAttributeAndValue, RegistrySubject, RoleSet, ServiceRoleView, Stem, StemSet, TableIndex

public interface GrouperCloneable
Implement this interface if the object is cloneable
  • Method Summary

    Modifier and Type
    Method
    Description
    clone an object (deep clone, on fields that make sense)
  • Method Details

    • clone

      Object clone()
      clone an object (deep clone, on fields that make sense)
      Returns:
      the clone of the object
      See Also: