Class HitListSize
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.analysis.expression.diff.HitListSize
- All Implemented Interfaces:
Identifiable
The number of probes meeting a given q-value threshold in the result set.
-
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.inthashCode()Returns a hash code based on this entity's identifiers.voidsetDirection(Direction direction) voidsetNumberOfGenes(Integer numberOfGenes) voidsetNumberOfProbes(Integer numberOfProbes) voidsetThresholdQvalue(Double thresholdQvalue) Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId, toString
-
Constructor Details
-
HitListSize
public HitListSize()
-
-
Method Details
-
getDirection
-
setDirection
-
getNumberOfGenes
- Returns:
- Number of genes meeting the threshold.
-
setNumberOfGenes
-
getNumberOfProbes
-
setNumberOfProbes
-
getThresholdQvalue
-
setThresholdQvalue
-
hashCode
public int hashCode()Returns a hash code based on this entity's identifiers.- Specified by:
hashCodein classAbstractIdentifiable
-
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- Parameters:
object- the object to compare with- Returns:
trueif the argument is an HitListSize instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-