Class SampleCoexpressionMatrix

    • Constructor Detail

      • SampleCoexpressionMatrix

        public SampleCoexpressionMatrix()
    • Method Detail

      • 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:
        hashCode in class AbstractIdentifiable
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an SampleCoexpressionMatrix instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Specified by:
        equals in class AbstractIdentifiable