Class HitListSize

    • Constructor Detail

      • HitListSize

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

      • getDirection

        public Direction getDirection()
      • setDirection

        public void setDirection​(Direction direction)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getNumberOfGenes

        public Integer getNumberOfGenes()
        Returns:
        Number of genes meeting the threshold.
      • setNumberOfGenes

        public void setNumberOfGenes​(Integer numberOfGenes)
      • getNumberOfProbes

        public Integer getNumberOfProbes()
      • setNumberOfProbes

        public void setNumberOfProbes​(Integer numberOfProbes)
      • getThresholdQvalue

        public Double getThresholdQvalue()
      • setThresholdQvalue

        public void setThresholdQvalue​(Double thresholdQvalue)
      • 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)
        Overrides:
        equals in class Object
        Parameters:
        object - the object to compare with
        Returns:
        true if the argument is an HitListSize instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.