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