Class AbstractGroupReference
- java.lang.Object
-
- io.annot8.implementations.support.references.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 Summary
Constructors Constructor Description AbstractGroupReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.annot8.api.references.GroupReference
getGroupId, toGroup
-
-