Class AbstractGroupReference

  • All Implemented Interfaces:
    GroupReference

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

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

    • groupId
    • Constructor Detail

      • AbstractGroupReference

        public AbstractGroupReference()