Class PlateWellReferenceWithDatasets

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("PlateWellReferenceWithDatasets")
    public class PlateWellReferenceWithDatasets
    extends java.lang.Object
    implements java.io.Serializable
    Provides a reference to a well on a screening plate, together with available data sets for the screening plate.
    Since:
    1.1
    See Also:
    Serialized Form
    • Method Detail

      • getExperimentPlateIdentifier

        public Plate getExperimentPlateIdentifier()
        Returns the experiment / plate identifier of this reference.
      • getWellPosition

        public WellPosition getWellPosition()
        Returns the well position of this reference.
      • getImageDatasetReferences

        public java.util.List<ImageDatasetReference> getImageDatasetReferences()
        Returns the image data set of the plate of this reference.
      • getFeatureVectorDatasetReferences

        public java.util.List<FeatureVectorDatasetReference> getFeatureVectorDatasetReferences()
        Returns the feature vector data sets of the plate of this reference.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object