Class OverrepresentedSequence

    • Constructor Detail

      • OverrepresentedSequence

        public OverrepresentedSequence​(java.lang.String sequence,
                                       int count,
                                       java.math.BigDecimal percentage,
                                       java.lang.String possibleSource)
    • Method Detail

      • hashCode

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getSequence

        public java.lang.String getSequence()
      • getOverrepresentedSequenceCount

        public int getOverrepresentedSequenceCount()
      • getPercentage

        public java.math.BigDecimal getPercentage()
      • getPossibleSource

        public java.lang.String getPossibleSource()
      • getId

        public java.lang.Long getId()
        Description copied from interface: IridaThing
        Get the numerical identifier for this object
        Specified by:
        getId in interface IridaThing
        Specified by:
        getId in interface Timestamped<java.lang.Long>
        Returns:
        the numerical identifier for the object
      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: IridaThing
        Get a human readable label for this object.
        Specified by:
        getLabel in interface IridaThing
        Returns:
        a human-readable label for the object.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Description copied from interface: Timestamped
        Get the created date of the object
        Specified by:
        getCreatedDate in interface Timestamped<java.lang.Long>
        Returns:
        A Date object of the created date