|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.PlateAcquisitionData
public class PlateAcquisitionData
The data that makes up an OME PlateAcquisition.
Constructor Summary | |
---|---|
PlateAcquisitionData()
Creates a new instance. |
|
PlateAcquisitionData(omero.model.PlateAcquisition value)
Creates a new instance. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description of the plate acquisition. |
long |
getEndTime()
Returns the time when the last image was collected. |
String |
getLabel()
Returns the label associated to the plate acquisition. |
int |
getMaximumFieldCount()
Returns the maximum number of fields in any well. |
String |
getName()
Returns the name of the plate acquisition. |
long |
getRefPlateId()
Returns the id of the plate of reference. |
long |
getStartTime()
Returns the time when the first image was collected. |
void |
setDescription(String description)
Sets the name of the acquisition. |
void |
setName(String name)
Sets the name of the acquisition. |
void |
setRefPlateId(long refPlateId)
Sets the id of the plate this plate acquisition is for. |
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 PlateAcquisitionData()
public PlateAcquisitionData(omero.model.PlateAcquisition value)
value
- Back pointer to the Plate
model object. Mustn't be
null
.Method Detail |
---|
public long getRefPlateId()
public void setRefPlateId(long refPlateId)
refPlateId
- The value to set.public String getName()
public String getDescription()
public void setName(String name)
name
- The value to set.public void setDescription(String description)
description
- The value to set.public long getStartTime()
public long getEndTime()
public String getLabel()
public int getMaximumFieldCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.