Class GeneSetMember

    • Constructor Detail

      • GeneSetMember

        public GeneSetMember()
        No-arg constructor added to satisfy javabean contract
    • Method Detail

      • getGene

        @IndexedEmbedded
        public Gene getGene()
      • setGene

        public void setGene​(Gene gene)
      • setId

        public void setId​(Long id)
      • getScore

        public Double getScore()
        Returns:
        A generic value that can be used to provide additional information about group membership, to provide rankings of group members for example.
      • setScore

        public void setScore​(Double score)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object