public class ScreenData extends DataObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DESCRIPTION
Identifies the
ScreenI.DESCRIPTION field. |
static java.lang.String |
NAME
Identifies the
ScreenI.NAME field. |
static java.lang.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 |
---|---|
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.
|
java.lang.String |
getDescription()
Returns the description of the screen.
|
java.lang.String |
getName()
Returns the name of the screen.
|
java.util.Set<PlateData> |
getPlates()
Returns the plates contained in this screen.
|
java.lang.String |
getProtocolDescription()
Returns the description of the protocol.
|
java.lang.String |
getProtocolIdentifier()
Returns the identifier of the protocol.
|
java.lang.String |
getReagentSetDescripion()
Returns the description of the reagent set.
|
java.lang.String |
getReagentSetIdentifier()
Returns the identifier of the Reagent set.
|
void |
setDescription(java.lang.String description)
Sets the description of the screen.
|
void |
setName(java.lang.String name)
Sets the name of the screen.
|
void |
setPlates(java.util.Set<PlateData> value)
Sets the plates contained in this screen.
|
void |
setProtocolDescription(java.lang.String value)
Sets the description of the protocol.
|
void |
setProtocolIdentifier(java.lang.String value)
Sets the identifier of the protocol.
|
void |
setReagentSetDescripion(java.lang.String value)
Sets the identifier of the reagent.
|
void |
setReagentSetIdentifier(java.lang.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, 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 static final java.lang.String NAME
ScreenI.NAME
field.public static final java.lang.String DESCRIPTION
ScreenI.DESCRIPTION
field.public static final java.lang.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
.java.lang.IllegalArgumentException
- If the object is null
.public void setName(java.lang.String name)
name
- The name of the screen. Mustn't be null
.java.lang.IllegalArgumentException
- If the name is null
.public java.lang.String getName()
public void setDescription(java.lang.String description)
description
- The description of the screen.public java.lang.String getDescription()
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationsCounts()
null
if
no annotation.public java.util.Set<PlateData> getPlates()
public void setPlates(java.util.Set<PlateData> value)
value
- The set of plates.public java.lang.String getProtocolDescription()
public void setProtocolDescription(java.lang.String value)
value
- The value to set.public java.lang.String getProtocolIdentifier()
public void setProtocolIdentifier(java.lang.String value)
value
- The value to set.public java.lang.String getReagentSetDescripion()
public void setReagentSetDescripion(java.lang.String value)
value
- The value to set.public java.lang.String getReagentSetIdentifier()
public void setReagentSetIdentifier(java.lang.String value)
value
- The value to set.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.