Class AbstractGroup

  • All Implemented Interfaces:
    Group, WithId, WithProperties, WithType

    public abstract class AbstractGroup
    extends Object
    implements Group
    Abstract implementation of Group, providing correct implementations of equals, hashCode and toString.

    Two groups are taken to be equal if the following properties are all equal. The actual implementation of the group is seen to be irrelevant and not checked.

    • id
    • type
    • properties
    • annotationReferences
    • Constructor Detail

      • AbstractGroup

        public AbstractGroup()