Package omero.model
Interface _WellSampleOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_WellSampleTie
,WellSample
,WellSampleI
public interface _WellSampleOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Image
getImage(Ice.Current __current)
PlateAcquisition
getPlateAcquisition(Ice.Current __current)
Length
getPosX(Ice.Current __current)
Length
getPosY(Ice.Current __current)
RTime
getTimepoint(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
Well
getWell(Ice.Current __current)
void
setImage(Image theImage, Ice.Current __current)
void
setPlateAcquisition(PlateAcquisition thePlateAcquisition, Ice.Current __current)
void
setPosX(Length thePosX, Ice.Current __current)
void
setPosY(Length thePosY, Ice.Current __current)
void
setTimepoint(RTime theTimepoint, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
void
setWell(Well theWell, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getPosX
Length getPosX(Ice.Current __current)
-
setPosX
void setPosX(Length thePosX, Ice.Current __current)
-
getPosY
Length getPosY(Ice.Current __current)
-
setPosY
void setPosY(Length thePosY, Ice.Current __current)
-
getTimepoint
RTime getTimepoint(Ice.Current __current)
-
setTimepoint
void setTimepoint(RTime theTimepoint, Ice.Current __current)
-
getPlateAcquisition
PlateAcquisition getPlateAcquisition(Ice.Current __current)
-
setPlateAcquisition
void setPlateAcquisition(PlateAcquisition thePlateAcquisition, Ice.Current __current)
-
getWell
Well getWell(Ice.Current __current)
-
setWell
void setWell(Well theWell, Ice.Current __current)
-
getImage
Image getImage(Ice.Current __current)
-
setImage
void setImage(Image theImage, Ice.Current __current)
-
-