Package omero.model
Interface _QuantumDefOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_QuantumDefTie
,QuantumDef
,QuantumDefI
public interface _QuantumDefOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RInt
getBitResolution()
RInt
getCdEnd()
RInt
getCdStart()
RInt
getVersion()
void
setBitResolution(RInt theBitResolution)
void
setCdEnd(RInt theCdEnd)
void
setCdStart(RInt theCdStart)
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)
-
getCdStart
RInt getCdStart()
-
setCdStart
void setCdStart(RInt theCdStart)
-
getCdEnd
RInt getCdEnd()
-
setCdEnd
void setCdEnd(RInt theCdEnd)
-
getBitResolution
RInt getBitResolution()
-
setBitResolution
void setBitResolution(RInt theBitResolution)
-
-