Class FieldGroupElement

All Implemented Interfaces:
FieldElementHolder, PersistenceElementProperties, Comparable
Direct Known Subclasses:
ConcurrencyGroupElement

public abstract class FieldGroupElement extends PersistenceMemberElement implements FieldElementHolder
Version:
%I%
Author:
raccah
  • Constructor Details

    • FieldGroupElement

      public FieldGroupElement()
      Create new FieldGroupElement with no implementation. This constructor should only be used for cloning and archiving.
    • FieldGroupElement

      public FieldGroupElement(FieldGroupElement.Impl impl, PersistenceClassElement declaringClass)
      Create new FieldGroupElement with the provided implementation. The implementation is responsible for storing all properties of the object.
      Parameters:
      impl - the implementation to use
      declaringClass - the class to attach to
  • Method Details