Package omero.model
Interface _WellSampleOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_WellSampleTie,WellSample,WellSampleI
public interface _WellSampleOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImagegetImage()PlateAcquisitiongetPlateAcquisition()LengthgetPosX()LengthgetPosY()RTimegetTimepoint()RIntgetVersion()WellgetWell()voidsetImage(Image theImage)voidsetPlateAcquisition(PlateAcquisition thePlateAcquisition)voidsetPosX(Length thePosX)voidsetPosY(Length thePosY)voidsetTimepoint(RTime theTimepoint)voidsetVersion(RInt theVersion)voidsetWell(Well theWell)-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getPosX
Length getPosX()
-
setPosX
void setPosX(Length thePosX)
-
getPosY
Length getPosY()
-
setPosY
void setPosY(Length thePosY)
-
getTimepoint
RTime getTimepoint()
-
setTimepoint
void setTimepoint(RTime theTimepoint)
-
getPlateAcquisition
PlateAcquisition getPlateAcquisition()
-
setPlateAcquisition
void setPlateAcquisition(PlateAcquisition thePlateAcquisition)
-
getWell
Well getWell()
-
setWell
void setWell(Well theWell)
-
getImage
Image getImage()
-
setImage
void setImage(Image theImage)
-
-