Class PlateWellReferenceWithDatasets
- java.lang.Object
-
- ch.systemsx.cisd.openbis.plugin.screening.shared.api.v1.dto.PlateWellReferenceWithDatasets
-
- All Implemented Interfaces:
java.io.Serializable
@JsonObject("PlateWellReferenceWithDatasets") public class PlateWellReferenceWithDatasets extends java.lang.Object implements java.io.SerializableProvides 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
-
-
Constructor Summary
Constructors Constructor Description PlateWellReferenceWithDatasets(Plate experimentPlateIdentifier, WellPosition wellPosition)PlateWellReferenceWithDatasets(Plate plateExperimentIdentifier, WellPosition wellPosition, java.util.List<ImageDatasetReference> imageDatasetReferences, java.util.List<FeatureVectorDatasetReference> featureVectorDatasetReferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)PlategetExperimentPlateIdentifier()Returns the experiment / plate identifier of this reference.java.util.List<FeatureVectorDatasetReference>getFeatureVectorDatasetReferences()Returns the feature vector data sets of the plate of this reference.java.util.List<ImageDatasetReference>getImageDatasetReferences()Returns the image data set of the plate of this reference.WellPositiongetWellPosition()Returns the well position of this reference.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
PlateWellReferenceWithDatasets
public PlateWellReferenceWithDatasets(Plate experimentPlateIdentifier, WellPosition wellPosition)
-
PlateWellReferenceWithDatasets
public PlateWellReferenceWithDatasets(Plate plateExperimentIdentifier, WellPosition wellPosition, java.util.List<ImageDatasetReference> imageDatasetReferences, java.util.List<FeatureVectorDatasetReference> featureVectorDatasetReferences)
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-