|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ScreenData
public class ScreenData
The data that makes up an OME Screen along with links to its contained Plates and the Experimenter that owns this Screen.
Field Summary | |
---|---|
static String |
DESCRIPTION
Identifies the Screen#DESCRIPTION field. |
static String |
NAME
Identifies the Screen#NAME field. |
static String |
PLATE_LINKS
Identifies the Screen#PLATELINKS field. |
Constructor Summary | |
---|---|
ScreenData()
Creates a new instance. |
|
ScreenData(omero.model.Screen screen)
Creates a new instance. |
Method Summary | |
---|---|
Map<Long,Long> |
getAnnotationsCounts()
Returns the number of annotations linked to the object, key: id of the user, value: number of annotation. |
String |
getDescription()
Returns the description of the screen. |
String |
getName()
Returns the name of the screen. |
Set<PlateData> |
getPlates()
Returns the plates contained in this screen. |
String |
getProtocolDescription()
Returns the description of the protocol. |
String |
getProtocolIdentifier()
Returns the identifier of the protocol. |
String |
getReagentSetDescripion()
Returns the description of the reagent set. |
String |
getReagentSetIdentifier()
Returns the identifier of the Reagent set. |
void |
setDescription(String description)
Sets the description of the screen. |
void |
setName(String name)
Sets the name of the screen. |
void |
setPlates(Set<PlateData> value)
Sets the plates contained in this screen. |
void |
setProtocolDescription(String value)
Sets the description of the protocol. |
void |
setProtocolIdentifier(String value)
Sets the identifier of the protocol. |
void |
setReagentSetDescripion(String value)
Sets the identifier of the reagent. |
void |
setReagentSetIdentifier(String value)
Sets the identifier of the reagent. |
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 |
Field Detail |
---|
public static final String NAME
Screen#NAME
field.
public static final String DESCRIPTION
Screen#DESCRIPTION
field.
public static final String PLATE_LINKS
Screen#PLATELINKS
field.
Constructor Detail |
---|
public ScreenData()
public ScreenData(omero.model.Screen screen)
screen
- Back pointer to the Screen
model object. Mustn't be
null
.
IllegalArgumentException
- If the object is null
.Method Detail |
---|
public void setName(String name)
name
- The name of the screen. Mustn't be null
.
IllegalArgumentException
- If the name is null
.public String getName()
public void setDescription(String description)
description
- The description of the screen.public String getDescription()
public Map<Long,Long> getAnnotationsCounts()
null
if
no annotation.
public Set<PlateData> getPlates()
public void setPlates(Set<PlateData> value)
value
- The set of plates.public String getProtocolDescription()
public void setProtocolDescription(String value)
value
- The value to set.public String getProtocolIdentifier()
public void setProtocolIdentifier(String value)
value
- The value to set.public String getReagentSetDescripion()
public void setReagentSetDescripion(String value)
value
- The value to set.public String getReagentSetIdentifier()
public void setReagentSetIdentifier(String value)
value
- The value to set.
|
||||||||||
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.