public class WellData extends DataObject
Constructor and Description |
---|
WellData()
Creates a new instance.
|
WellData(omero.model.Well well)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getAlpha()
Returns the alpha component of the color associated to the well,
or
-1 . |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationsCounts()
Returns the number of annotations linked to the object, key: id of the
user, value: number of annotation.
|
int |
getBlue()
Returns the blue component of the color associated to the well,
or
-1 . |
java.lang.Integer |
getColumn()
Returns the column used to indicate the location of the well on the grid.
|
java.lang.String |
getExternalDescription()
Returns the external description of the well.
|
int |
getGreen()
Returns the green component of the color associated to the well,
or
-1 . |
PlateData |
getPlate()
Returns the plate containing this Well.
|
java.util.Map<java.lang.Long,java.lang.Long> |
getReagentsCounts()
Returns the number of reagents linked to the object, key: id of the user,
value: number of annotation.
|
int |
getRed()
Returns the red component of the color associated to the well,
or
-1 . |
java.lang.Integer |
getRow()
Returns the row used to indicate the location of the well on the grid.
|
java.lang.String |
getStatus()
Returns the status of the well.
|
java.util.List<WellSampleData> |
getWellSamples()
Returns the well samples linked to the well.
|
java.lang.String |
getWellType()
Returns a human readable identifier for the screening status e.g.
|
void |
setAlpha(java.lang.Integer alpha)
Sets the alpha component of the color associated to the well.
|
void |
setBlue(java.lang.Integer blue)
Sets the blue component of the color associated to the well.
|
void |
setExternalDescription(java.lang.String description)
Sets the external description of the well.
|
void |
setGreen(java.lang.Integer green)
Sets the green component of the color associated to the well.
|
void |
setRed(java.lang.Integer red)
Sets the red component of the color associated to the well.
|
void |
setStatus(java.lang.String status)
Sets the status of the well.
|
void |
setWellSamples(java.util.List<WellSampleData> value)
Sets the well samples linked to the well.
|
void |
setWellType(java.lang.String type)
Sets a human readable identifier for the screening status e.g.
|
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, toString
public WellData()
public WellData(omero.model.Well well)
well
- Back pointer to the Well
model object. Mustn't be
null
.java.lang.IllegalArgumentException
- If the object is null
.public java.lang.String getExternalDescription()
public java.lang.String getStatus()
public java.lang.String getWellType()
public void setWellType(java.lang.String type)
type
- The value to set.public int getRed()
-1
.public void setRed(java.lang.Integer red)
red
- The value to set.public int getGreen()
-1
.public void setGreen(java.lang.Integer green)
green
- The value to set.public int getBlue()
-1
.public void setBlue(java.lang.Integer blue)
blue
- The value to set.public int getAlpha()
-1
.public void setAlpha(java.lang.Integer alpha)
alpha
- The value to set.public void setExternalDescription(java.lang.String description)
description
- The description of the well.public void setStatus(java.lang.String status)
status
- The status of the well.public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationsCounts()
null
if
no annotation.public java.util.Map<java.lang.Long,java.lang.Long> getReagentsCounts()
null
if no
annotation.public java.lang.Integer getColumn()
public java.lang.Integer getRow()
public PlateData getPlate()
public java.util.List<WellSampleData> getWellSamples()
public void setWellSamples(java.util.List<WellSampleData> value)
value
- The set of well samples.