Class DesignElementDataVector
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.expression.bioAssayData.DataVector
ubic.gemma.model.expression.bioAssayData.DesignElementDataVector
- All Implemented Interfaces:
Identifiable
- Direct Known Subclasses:
BulkExpressionDataVector
,SingleCellExpressionDataVector
Data vector associated to a
CompositeSequence
.-
Constructor Summary
Constructors -
Method Summary
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
equals, getId, setId, toString
-
Constructor Details
-
DesignElementDataVector
public DesignElementDataVector()
-
-
Method Details
-
getOriginalDesignElement
The original design element that was used to create this vector.This is generally null, but if the data was imported and a mapping was done between some external data source and one of Gemma's platform, this will contain the original ID.
-
hashCode
public int hashCode()Description copied from class:DataVector
Returns a hash code based on this entity's identifiers.- Overrides:
hashCode
in classDataVector
-