Class RawExpressionDataVector
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.expression.bioAssayData.DataVector
-
- ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
-
- ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
-
- ubic.gemma.model.expression.bioAssayData.RawExpressionDataVector
-
- All Implemented Interfaces:
Identifiable
public class RawExpressionDataVector extends BulkExpressionDataVector
Data for one design element, across one or more bioassays, for a single quantitation type. For example, the "expression profile" for a probe (gene) across a set of samples
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RawExpressionDataVector.Factory
-
Constructor Summary
Constructors Constructor Description RawExpressionDataVector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Important note: Two objects with the same class and non-null ID must be considered equal.int
hashCode()
Returns a hash code based on this entity's identifiers.-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
getOriginalDesignElement, toString
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DataVector
getDataAsBooleans, getDataAsBuffer, getDataAsChars, getDataAsDoubleBuffer, getDataAsDoubles, getDataAsFloatBuffer, getDataAsFloats, getDataAsIntBuffer, getDataAsInts, getDataAsLongBuffer, getDataAsLongs, getDataAsObjects, getDataAsStrings, getDataAsTabbedStrings, setDataAsBooleans, setDataAsChars, setDataAsDoubles, setDataAsFloats, setDataAsInts, setDataAsLongs, setDataAsObjects, setDataAsStrings, setDataAsTabbedStrings
-
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
Description copied from class:DataVector
Returns a hash code based on this entity's identifiers.- Overrides:
hashCode
in classDesignElementDataVector
-
equals
public boolean equals(Object object)
Description copied from class:AbstractIdentifiable
Important 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:
equals
in classAbstractIdentifiable
-
-