Class SampleCoexpressionMatrix
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.analysis.expression.coexpression.SampleCoexpressionMatrix
- All Implemented Interfaces:
Identifiable
Holds the data of the sample coexpression matrix
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the argument is an SampleCoexpressionMatrix instance and all identifiers for this entity equal the identifiers of the argument entity.byte[]inthashCode()Returns a hash code based on this entity's identifiers.voidsetBioAssayDimension(BioAssayDimension bioAssayDimension) voidsetCoexpressionMatrix(byte[] coexpressionMatrix) Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId, toString
-
Constructor Details
-
SampleCoexpressionMatrix
public SampleCoexpressionMatrix()
-
-
Method Details
-
getBioAssayDimension
-
setBioAssayDimension
-
getCoexpressionMatrix
public byte[] getCoexpressionMatrix() -
setCoexpressionMatrix
public void setCoexpressionMatrix(byte[] coexpressionMatrix) -
hashCode
public int hashCode()Returns a hash code based on this entity's identifiers.- Specified by:
hashCodein classAbstractIdentifiable
-
equals
Returnstrueif the argument is an SampleCoexpressionMatrix instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.- Specified by:
equalsin classAbstractIdentifiable
-