Class TestGroupReference

  • All Implemented Interfaces:
    io.annot8.core.references.GroupReference


    public class TestGroupReference
    extends java.lang.Object
    implements io.annot8.core.references.GroupReference
    • Constructor Summary

      Constructors 
      Constructor Description
      TestGroupReference​(io.annot8.core.annotations.Group group)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getGroupId​()  
      int hashCode​()  
      void setGroup​(io.annot8.core.annotations.Group group)  
      java.util.Optional<io.annot8.core.annotations.Group> toGroup​()  
      • Methods inherited from interface io.annot8.core.references.GroupReference

        toGroups
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestGroupReference

        public TestGroupReference​(io.annot8.core.annotations.Group group)
    • Method Detail

      • getGroupId

        public java.lang.String getGroupId​()
        Specified by:
        getGroupId in interface io.annot8.core.references.GroupReference
      • toGroup

        public java.util.Optional<io.annot8.core.annotations.Group> toGroup​()
        Specified by:
        toGroup in interface io.annot8.core.references.GroupReference
      • setGroup

        public void setGroup​(io.annot8.core.annotations.Group group)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​()
        Overrides:
        hashCode in class java.lang.Object