Class BibRefAnnotation

    • Constructor Detail

      • BibRefAnnotation

        public BibRefAnnotation()
    • Method Detail

      • getId

        @DocumentId
        public Long getId()
      • setId

        public void setId​(Long id)
      • getIsMajorTopic

        public Boolean getIsMajorTopic()
      • setIsMajorTopic

        public void setIsMajorTopic​(Boolean isMajorTopic)
      • getTerm

        @Field
        public String getTerm()
      • setTerm

        public void setTerm​(String term)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an BibRefAnnotation instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object