Class BooleanVectorValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<DataVector>
-
- ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
-
- ubic.gemma.model.expression.bioAssayData.BooleanVectorValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class BooleanVectorValueObject extends DataVectorValueObject
Value object for aBulkExpressionDataVector
containing booleans.This is used to represent missing value data.
- Author:
- paul
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description BooleanVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtvo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class ubic.gemma.model.expression.bioAssayData.DataVectorValueObject
getBioAssays, toString
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
BooleanVectorValueObject
public BooleanVectorValueObject(BulkExpressionDataVector dedv, ExpressionExperimentValueObject eevo, QuantitationTypeValueObject qtvo, BioAssayDimensionValueObject badvo, ArrayDesignValueObject advo)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classDataVectorValueObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDataVectorValueObject
-
-