Class QuantitationType
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.common.quantitationtype.QuantitationType
- All Implemented Interfaces:
Describable,Identifiable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.booleanbooleanbooleanbooleanDeprecated.booleanbooleanbooleanbooleanbooleangetScale()getType()inthashCode()Important note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.voidsetGeneralType(GeneralType generalType) voidsetIsBackground(boolean isBackground) voidsetIsBackgroundSubtracted(boolean isBackgroundSubtracted) voidsetIsBatchCorrected(boolean isBatchCorrected) voidsetIsMaskedPreferred(boolean isMaskedPreferred) Deprecated.voidsetIsNormalized(boolean isNormalized) voidsetIsPreferred(boolean isPreferred) voidsetIsRatio(boolean isRatio) voidsetIsRecomputedFromRawData(boolean isRecomputedFromRawData) voidsetIsSingleCellPreferred(boolean singleCellPreferred) voidsetRepresentation(PrimitiveType representation) voidvoidtoString()Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, setDescription, setNameMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
Constructor Details
-
QuantitationType
public QuantitationType()
-
-
Method Details
-
getGeneralType
-
setGeneralType
-
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. -
setIsMaskedPreferred
Deprecated. -
getIsNormalized
public boolean getIsNormalized() -
setIsNormalized
public void setIsNormalized(boolean isNormalized) -
getIsSingleCellPreferred
public boolean getIsSingleCellPreferred() -
setIsSingleCellPreferred
public void setIsSingleCellPreferred(boolean singleCellPreferred) -
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
-
getRepresentation
-
setRepresentation
-
getScale
-
setScale
-
getType
-
setType
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-
hashCode
public int hashCode()Description copied from class:AbstractIdentifiableImportant note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.- Overrides:
hashCodein classAbstractDescribable
-
toString
- Overrides:
toStringin classAbstractDescribable
-