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 Image
getImage()
PlateAcquisition
getPlateAcquisition()
Length
getPosX()
Length
getPosY()
RTime
getTimepoint()
RInt
getVersion()
Well
getWell()
void
setImage(Image theImage)
void
setPlateAcquisition(PlateAcquisition thePlateAcquisition)
void
setPosX(Length thePosX)
void
setPosY(Length thePosY)
void
setTimepoint(RTime theTimepoint)
void
setVersion(RInt theVersion)
void
setWell(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)
-
-