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
Base class for value objects of
BulkExpressionDataVector.- Author:
- paul
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotectedDataVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtVo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo, Collection<Long> genes) Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanRepresents the order of the bioassays for this.getGenes()inthashCode()voidsetBioAssayDimension(BioAssayDimensionValueObject bioAssayDimension) Represents the order of the bioassays for this.voidsetDesignElement(CompositeSequenceValueObject designElement) voidsetExpressionExperiment(BioAssaySetValueObject expressionExperiment) voidsetGenes(Collection<Long> genes) voidsetQuantitationType(QuantitationTypeValueObject quantitationType) toString()Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
canEqual, getId, setId
-
Constructor Details
-
DataVectorValueObject
protected DataVectorValueObject() -
DataVectorValueObject
-
DataVectorValueObject
protected DataVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtVo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo, @Nullable Collection<Long> genes) -
DataVectorValueObject
Copy constructor
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifiableValueObject<DataVector>
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableValueObject<DataVector>
-
toString
- Overrides:
toStringin classIdentifiableValueObject<DataVector>
-
getBioAssays
-
getExpressionExperiment
-
getDesignElement
-
getQuantitationType
-
getBioAssayDimension
Represents the order of the bioassays for this. It might not be a real (persistent) BioAssayDimension: it might be a subset, or a "padded" one. -
getGenes
-
setExpressionExperiment
-
setDesignElement
-
setQuantitationType
-
setBioAssayDimension
Represents the order of the bioassays for this. It might not be a real (persistent) BioAssayDimension: it might be a subset, or a "padded" one. -
setGenes
-