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 RIntgetBitResolution()RIntgetCdEnd()RIntgetCdStart()RIntgetVersion()voidsetBitResolution(RInt theBitResolution)voidsetCdEnd(RInt theCdEnd)voidsetCdStart(RInt theCdStart)voidsetVersion(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)
-
-