Class SampleCoexpressionMatrix
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.analysis.expression.coexpression.SampleCoexpressionMatrix
-
- All Implemented Interfaces:
Identifiable
public class SampleCoexpressionMatrix extends AbstractIdentifiable
Holds the data of the sample coexpression matrix
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSampleCoexpressionMatrix.Factory
-
Constructor Summary
Constructors Constructor Description SampleCoexpressionMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an SampleCoexpressionMatrix instance and all identifiers for this entity equal the identifiers of the argument entity.BioAssayDimensiongetBioAssayDimension()byte[]getCoexpressionMatrix()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
-
-
-
-
Method Detail
-
getBioAssayDimension
public BioAssayDimension getBioAssayDimension()
-
setBioAssayDimension
public void setBioAssayDimension(BioAssayDimension bioAssayDimension)
-
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
public boolean equals(Object object)
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
-
-