public class ScreenData extends DataObject
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION
Identifies the
ScreenI.DESCRIPTION field. |
static String |
NAME
Identifies the
ScreenI.NAME field. |
static String |
PLATE_LINKS
Identifies the
ScreenI.PLATELINKS field. |
Constructor and Description |
---|
ScreenData()
Creates a new instance.
|
ScreenData(omero.model.Screen screen)
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.
|
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.
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, 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, toString
public static final String NAME
ScreenI.NAME
field.public static final String DESCRIPTION
ScreenI.DESCRIPTION
field.public static final String PLATE_LINKS
ScreenI.PLATELINKS
field.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
.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.
Version: 5.3.5-ice35-b73
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.