Class DataVector

    • Constructor Detail

      • DataVector

        public DataVector()
    • Method Detail

      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an DataVector instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • getData

        public byte[] getData()
      • setData

        public void setData​(byte[] data)
      • setId

        public void setId​(Long id)
      • setQuantitationType

        public void setQuantitationType​(QuantitationType quantitationType)