Class QuantitationType

    • Constructor Detail

      • QuantitationType

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

      • setGeneralType

        public void setGeneralType​(GeneralType generalType)
      • getIsBackground

        public boolean getIsBackground()
        Returns:
        True if this is just a background measurement.
      • setIsBackground

        public void setIsBackground​(boolean isBackground)
      • getIsBackgroundSubtracted

        public boolean getIsBackgroundSubtracted()
        Returns:
        True if this is explicitly background-subtracted by Gemma (if it was background-subtracted before the data got to us, we might not know)
      • setIsBackgroundSubtracted

        public void setIsBackgroundSubtracted​(boolean isBackgroundSubtracted)
      • getIsBatchCorrected

        public boolean getIsBatchCorrected()
      • setIsBatchCorrected

        public void setIsBatchCorrected​(boolean isBatchCorrected)
      • getIsMaskedPreferred

        @Deprecated
        public boolean getIsMaskedPreferred()
        Deprecated.
        Returns:
        If the data represented is a missing-value masked version of the preferred data.
      • setIsMaskedPreferred

        @Deprecated
        public void setIsMaskedPreferred​(boolean isMaskedPreferred)
        Deprecated.
      • getIsNormalized

        public boolean getIsNormalized()
      • setIsNormalized

        public void setIsNormalized​(boolean isNormalized)
      • getIsPreferred

        public boolean getIsPreferred()
      • setIsPreferred

        public void setIsPreferred​(boolean isPreferred)
      • getIsRatio

        public boolean getIsRatio()
        Returns:
        Indicates whether the quantitation type is expressed as a ratio (e.g., of expression to a reference or pseudo-reference). This has a natural impact on the interpretation. If false, the value is "absolute".
      • setIsRatio

        public void setIsRatio​(boolean isRatio)
      • getIsRecomputedFromRawData

        public boolean getIsRecomputedFromRawData()
        Returns:
        the isRecomputedFromRawData
      • setIsRecomputedFromRawData

        public void setIsRecomputedFromRawData​(boolean isRecomputedFromRawData)
        Parameters:
        isRecomputedFromRawData - the isRecomputedFromRawData to set
      • setRepresentation

        public void setRepresentation​(PrimitiveType representation)
      • setScale

        public void setScale​(ScaleType scale)
      • equals

        public boolean equals​(Object object)
        Description copied from class: AbstractDescribable
        Returns true if the argument is an Describable instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class AbstractDescribable