Package omero.model
Interface _OTFOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
public interface _OTFOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterSet
getFilterSet()
Instrument
getInstrument()
Objective
getObjective()
RBool
getOpticalAxisAveraged()
RString
getPath()
PixelsType
getPixelsType()
RInt
getSizeX()
RInt
getSizeY()
RInt
getVersion()
void
setFilterSet(FilterSet theFilterSet)
void
setInstrument(Instrument theInstrument)
void
setObjective(Objective theObjective)
void
setOpticalAxisAveraged(RBool theOpticalAxisAveraged)
void
setPath(RString thePath)
void
setPixelsType(PixelsType thePixelsType)
void
setSizeX(RInt theSizeX)
void
setSizeY(RInt theSizeY)
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)
-
getSizeX
RInt getSizeX()
-
setSizeX
void setSizeX(RInt theSizeX)
-
getSizeY
RInt getSizeY()
-
setSizeY
void setSizeY(RInt theSizeY)
-
getOpticalAxisAveraged
RBool getOpticalAxisAveraged()
-
setOpticalAxisAveraged
void setOpticalAxisAveraged(RBool theOpticalAxisAveraged)
-
getPixelsType
PixelsType getPixelsType()
-
setPixelsType
void setPixelsType(PixelsType thePixelsType)
-
getPath
RString getPath()
-
setPath
void setPath(RString thePath)
-
getFilterSet
FilterSet getFilterSet()
-
setFilterSet
void setFilterSet(FilterSet theFilterSet)
-
getObjective
Objective getObjective()
-
setObjective
void setObjective(Objective theObjective)
-
getInstrument
Instrument getInstrument()
-
setInstrument
void setInstrument(Instrument theInstrument)
-
-