Class ChromosomeLocation

    • Constructor Detail

      • ChromosomeLocation

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

      • compareTo

        public abstract int compareTo​(Object o)
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object
      • equals

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

        public Chromosome getChromosome()
      • setChromosome

        public void setChromosome​(Chromosome chromosome)
      • setId

        public void setId​(Long id)