Class BaseRef

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseRef​(Module coll)
      Constructs a new Ref object with the specified id and collection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      Module getCollection()
      Gets the collection to which the ref belongs.
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • BaseRef

        public BaseRef​(Module coll)
        Constructs a new Ref object with the specified id and collection.
        Parameters:
        coll - The module to which the document ref belongs.
    • Method Detail

      • getCollection

        public Module getCollection()
        Gets the collection to which the ref belongs.
        Returns:
        The collection to which the ref belongs.
      • 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