public class WellSampleData extends DataObject
| Constructor and Description |
|---|
WellSampleData()
Creates a new instance.
|
WellSampleData(omero.model.WellSample wellSample)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ImageData |
getImage()
Returns the image related to that sample if any.
|
omero.model.Length |
getPositionX(omero.model.enums.UnitsLength unit)
Returns the position X.
|
omero.model.Length |
getPositionY(omero.model.enums.UnitsLength unit)
Returns the position Y.
|
long |
getStartTime()
Returns the time at which the field was acquired.
|
void |
setImage(ImageData newValue)
Sets the image linked to this well sample.
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, 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 WellSampleData()
public WellSampleData(omero.model.WellSample wellSample)
wellSample - Back pointer to the WellSample model object. Mustn't
be null.java.lang.IllegalArgumentException - If the object is null.public ImageData getImage()
0 or 1.public void setImage(ImageData newValue)
newValue - The image to set.public omero.model.Length getPositionX(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 occurredpublic omero.model.Length getPositionY(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 occurredpublic long getStartTime()