|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.WellData
public class WellData
The data that makes up an OME Well and the Experimenter that owns this Well.
Constructor Summary | |
---|---|
WellData()
Creates a new instance. |
|
WellData(omero.model.Well well)
Creates a new instance. |
Method Summary | |
---|---|
int |
getAlpha()
Returns the alpha component of the color associated to the well, or -1 . |
Map<Long,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 . |
Integer |
getColumn()
Returns the column used to indicate the location of the well on the grid. |
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. |
Map<Long,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 . |
Integer |
getRow()
Returns the row used to indicate the location of the well on the grid. |
List<WellSampleData> |
getWellSamples()
Returns the well samples linked to the well. |
String |
getWellType()
Returns a human readable identifier for the screening status e.g. empty, positive control, etc. |
void |
setAlpha(Integer alpha)
Sets the alpha component of the color associated to the well. |
void |
setBlue(Integer blue)
Sets the blue component of the color associated to the well. |
void |
setExternalDescription(String description)
Sets the external description of the well. |
void |
setGreen(Integer green)
Sets the green component of the color associated to the well. |
void |
setRed(Integer red)
Sets the red component of the color associated to the well. |
void |
setWellSamples(List<WellSampleData> value)
Sets the well samples linked to the well. |
void |
setWellType(String type)
Sets a human readable identifier for the screening status e.g. empty, positive control, etc. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WellData()
public WellData(omero.model.Well well)
well
- Back pointer to the Well
model object. Mustn't be
null
.
IllegalArgumentException
- If the object is null
.Method Detail |
---|
public String getExternalDescription()
public String getWellType()
public void setWellType(String type)
type
- The value to set.public int getRed()
-1
.
public void setRed(Integer red)
red
- The value to set.public int getGreen()
-1
.
public void setGreen(Integer green)
green
- The value to set.public int getBlue()
-1
.
public void setBlue(Integer blue)
blue
- The value to set.public int getAlpha()
-1
.
public void setAlpha(Integer alpha)
alpha
- The value to set.public void setExternalDescription(String description)
description
- The description of the well.public Map<Long,Long> getAnnotationsCounts()
null
if
no annotation.
public Map<Long,Long> getReagentsCounts()
null
if no
annotation.
public Integer getColumn()
public Integer getRow()
public PlateData getPlate()
public List<WellSampleData> getWellSamples()
public void setWellSamples(List<WellSampleData> value)
value
- The set of well samples.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.