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
public abstract class DesignElementDataVector extends DataVector
Data vector associated to aCompositeSequence.
-
-
Constructor Summary
Constructors Constructor Description DesignElementDataVector()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetOriginalDesignElement()The original design element that was used to create this vector.inthashCode()Returns a hash code based on this entity's identifiers.-
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
-
-
-
-
Method Detail
-
getOriginalDesignElement
@Nullable public abstract String 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:DataVectorReturns a hash code based on this entity's identifiers.- Overrides:
hashCodein classDataVector
-
-