public class PlateAcquisitionData extends DataObject
Constructor and Description |
---|
PlateAcquisitionData()
Creates a new instance.
|
PlateAcquisitionData(omero.model.PlateAcquisition value)
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 plate acquisition.
|
java.sql.Timestamp |
getEndTime()
Returns the time when the last image was collected.
|
java.lang.String |
getLabel()
Returns the label associated to the plate acquisition.
|
int |
getMaximumFieldCount()
Returns the maximum number of fields in any well.
|
java.lang.String |
getName()
Returns the name of the plate acquisition.
|
long |
getRefPlateId()
Returns the id of the plate of reference.
|
java.sql.Timestamp |
getStartTime()
Returns the time when the first image was collected.
|
void |
setDescription(java.lang.String description)
Sets the name of the acquisition.
|
void |
setName(java.lang.String name)
Sets the name of the acquisition.
|
void |
setRefPlateId(long refPlateId)
Sets the id of the plate this plate acquisition is for.
|
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 PlateAcquisitionData()
public PlateAcquisitionData(omero.model.PlateAcquisition value)
value
- Back pointer to the PlateAcquisition
model object.
Mustn't be null
.public long getRefPlateId()
public void setRefPlateId(long refPlateId)
refPlateId
- The value to set.public java.lang.String getName()
public java.lang.String getDescription()
public void setName(java.lang.String name)
name
- The value to set.public void setDescription(java.lang.String description)
description
- The value to set.public java.sql.Timestamp getStartTime()
public java.sql.Timestamp getEndTime()
public java.lang.String getLabel()
public int getMaximumFieldCount()
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationsCounts()
null
if
no annotation.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.