public interface _WellSampleOperations extends _IObjectOperations
Modifier and Type | Method and 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) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
Length getPosX(Ice.Current __current)
void setPosX(Length thePosX, Ice.Current __current)
Length getPosY(Ice.Current __current)
void setPosY(Length thePosY, Ice.Current __current)
RTime getTimepoint(Ice.Current __current)
void setTimepoint(RTime theTimepoint, Ice.Current __current)
PlateAcquisition getPlateAcquisition(Ice.Current __current)
void setPlateAcquisition(PlateAcquisition thePlateAcquisition, Ice.Current __current)
Well getWell(Ice.Current __current)
void setWell(Well theWell, Ice.Current __current)
Image getImage(Ice.Current __current)
void setImage(Image theImage, Ice.Current __current)