Class PhysicalLocationValueObject

    • Constructor Detail

      • PhysicalLocationValueObject

        public PhysicalLocationValueObject()
      • PhysicalLocationValueObject

        public PhysicalLocationValueObject​(PhysicalLocation location)
    • Method Detail

      • hashCode

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

        public Long getNucleotide()
      • getNucleotideLength

        public Integer getNucleotideLength()
      • getStrand

        public String getStrand()
      • getChromosome

        public String getChromosome()
      • setNucleotideLength

        public void setNucleotideLength​(Integer nucleotideLength)
      • setStrand

        public void setStrand​(String strand)
      • setBin

        public void setBin​(Integer bin)
      • setChromosome

        public void setChromosome​(String chromosome)
      • setNucleotide

        public void setNucleotide​(Long nucleotide)