Package omero.model
Interface _ObjectiveSettingsOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ObjectiveSettingsTie
,ObjectiveSettings
,ObjectiveSettingsI
public interface _ObjectiveSettingsOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getCorrectionCollar()
Medium
getMedium()
Objective
getObjective()
RDouble
getRefractiveIndex()
RInt
getVersion()
void
setCorrectionCollar(RDouble theCorrectionCollar)
void
setMedium(Medium theMedium)
void
setObjective(Objective theObjective)
void
setRefractiveIndex(RDouble theRefractiveIndex)
void
setVersion(RInt theVersion)
-
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)
-
getCorrectionCollar
RDouble getCorrectionCollar()
-
setCorrectionCollar
void setCorrectionCollar(RDouble theCorrectionCollar)
-
getMedium
Medium getMedium()
-
setMedium
void setMedium(Medium theMedium)
-
getRefractiveIndex
RDouble getRefractiveIndex()
-
setRefractiveIndex
void setRefractiveIndex(RDouble theRefractiveIndex)
-
getObjective
Objective getObjective()
-
setObjective
void setObjective(Objective theObjective)
-
-