Class DataVectorValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<DataVector>
-
- ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
- Direct Known Subclasses:
BooleanVectorValueObject
,DoubleVectorValueObject
public abstract class DataVectorValueObject extends IdentifiableValueObject<DataVector>
Base class for value objects ofBulkExpressionDataVector
.- Author:
- paul
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataVectorValueObject()
protected
DataVectorValueObject(Long id)
protected
DataVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtVo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo, Collection<Long> genes)
DataVectorValueObject(DoubleVectorValueObject dvvo)
Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<BioAssayValueObject>
getBioAssays()
int
hashCode()
String
toString()
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
DataVectorValueObject
protected DataVectorValueObject()
-
DataVectorValueObject
protected DataVectorValueObject(Long id)
-
DataVectorValueObject
protected DataVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtVo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo, @Nullable Collection<Long> genes)
-
DataVectorValueObject
public DataVectorValueObject(DoubleVectorValueObject dvvo)
Copy constructor
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classIdentifiableValueObject<DataVector>
-
getBioAssays
public List<BioAssayValueObject> getBioAssays()
-
-