public class PlateData extends DataObject
| Modifier and Type | Field and Description | 
|---|---|
| static String | ANNOTATIONSIdentifies the  Plate#ANNOTATIONLINKSfield. | 
| static int | ASCENDING_LETTERIndicates that the column or row is a letter starting from A. | 
| static int | ASCENDING_NUMBERIndicates that the column or row is a number starting from 1. | 
| static int | DESCENDING_LETTERIndicates that the column or row is a letter starting from Z or P. | 
| static int | DESCENDING_NUMBERIndicates that the column or row is a letter starting from 26 or 16. | 
| static String | DESCRIPTIONIdentifies the  Plate#DESCRIPTIONfield. | 
| static String | NAMEIdentifies the  Plate#NAMEfield. | 
| static String | SCREEN_LINKSIdentifies the  Plate#SCREENLINKSfield. | 
| static String | WELLSIdentifies the  Plate#WELLSfield. | 
| Constructor and Description | 
|---|
| PlateData()Creates a new instance. | 
| PlateData(omero.model.Plate plate)Creates a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<Long,Long> | getAnnotationsCounts()Returns the number of annotations linked to the object, key: id of the
 user, value: number of annotation. | 
| int | getColumnSequenceIndex()Returns the index indicating how to label a column. | 
| int | getDefaultSample()Returns the currently selected field or  0. | 
| String | getDescription()Returns the description of the plate. | 
| String | getExternalIdentifier()Returns the external identifier of the plate. | 
| String | getName()Returns the name of the plate. | 
| Set<PlateAcquisitionData> | getPlateAcquisitions()Returns the plate acquisitions related to this plate. | 
| String | getPlateType()Returns the type of plate e.g. | 
| int | getRowSequenceIndex()Returns the index indicating how to label a row. | 
| Set<ScreenData> | getScreens()Returns a set of screens containing the plate. | 
| String | getStatus()Returns the status of the plate. | 
| double | getWellOriginX()Deprecated. 
 Replaced by  getWellOriginX(UnitsLength) | 
| omero.model.Length | getWellOriginX(omero.model.enums.UnitsLength unit)Returns the x-coordinate in 2D-space of the well. | 
| double | getWellOriginY()Deprecated. 
 Replaced by  getWellOriginY(UnitsLength) | 
| omero.model.Length | getWellOriginY(omero.model.enums.UnitsLength unit)Returns the y-coordinate in 2D-space of the well. | 
| void | setDefaultSample(int value)Sets the default sample. | 
| void | setDescription(String description)Sets the description of the plate. | 
| void | setExternalIdentifier(String value)Sets the external identifier. | 
| void | setName(String name)Sets the name of the plate. | 
| void | setPlateAcquisition(Set<PlateAcquisitionData> value)Sets the plate acquisition linked to the plate. | 
| void | setScreens(Set<ScreenData> value)Sets the screens containing the plate. | 
| void | setStatus(String value)Sets the status. | 
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toStringpublic static final int ASCENDING_NUMBER
public static final int ASCENDING_LETTER
public static final int DESCENDING_NUMBER
public static final int DESCENDING_LETTER
public static final String NAME
Plate#NAME field.public static final String DESCRIPTION
Plate#DESCRIPTION field.public static final String WELLS
Plate#WELLS field.public static final String SCREEN_LINKS
Plate#SCREENLINKS field.public static final String ANNOTATIONS
Plate#ANNOTATIONLINKS field.public PlateData()
public PlateData(omero.model.Plate plate)
plate - Back pointer to the Plate model object. Mustn't be
            null.IllegalArgumentException - If the object is null.public void setName(String name)
name - The name of the plate. Mustn't be null.IllegalArgumentException - If the name is null.public String getName()
public void setDescription(String description)
description - The description of the plate.public String getDescription()
public Map<Long,Long> getAnnotationsCounts()
null if
 no annotation.public Set<ScreenData> getScreens()
public void setScreens(Set<ScreenData> value)
value - The set of screens.public int getColumnSequenceIndex()
public int getRowSequenceIndex()
public int getDefaultSample()
0.public void setDefaultSample(int value)
value - The value to set.public String getStatus()
public String getExternalIdentifier()
public String getPlateType()
public omero.model.Length getWellOriginX(omero.model.enums.UnitsLength unit)
                                  throws ome.model.units.BigResult
unit - The unit (may be null, in which case no conversion will be
            performed)ome.model.units.BigResult - If an arithmetic under-/overflow occurred@Deprecated public double getWellOriginX()
getWellOriginX(UnitsLength)public omero.model.Length getWellOriginY(omero.model.enums.UnitsLength unit)
                                  throws ome.model.units.BigResult
unit - The unit (may be null, in which case no conversion will be
            performed)ome.model.units.BigResult - If an arithmetic under-/overflow occurred@Deprecated public double getWellOriginY()
getWellOriginY(UnitsLength)public Set<PlateAcquisitionData> getPlateAcquisitions()
public void setPlateAcquisition(Set<PlateAcquisitionData> value)
value - The set of plate acquisitions.public void setExternalIdentifier(String value)
value - The value to set.public void setStatus(String value)
value - The value to set.
                
                
Version: 5.1.1-ice35-b43
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.