Package omero.model
Interface _MicroscopeOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_MicroscopeTie
,Microscope
,MicroscopeI
public interface _MicroscopeOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RString
getLotNumber()
RString
getManufacturer()
RString
getModel()
RString
getSerialNumber()
MicroscopeType
getType()
RInt
getVersion()
void
setLotNumber(RString theLotNumber)
void
setManufacturer(RString theManufacturer)
void
setModel(RString theModel)
void
setSerialNumber(RString theSerialNumber)
void
setType(MicroscopeType theType)
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)
-
getManufacturer
RString getManufacturer()
-
setManufacturer
void setManufacturer(RString theManufacturer)
-
getModel
RString getModel()
-
setModel
void setModel(RString theModel)
-
getLotNumber
RString getLotNumber()
-
setLotNumber
void setLotNumber(RString theLotNumber)
-
getSerialNumber
RString getSerialNumber()
-
setSerialNumber
void setSerialNumber(RString theSerialNumber)
-
getType
MicroscopeType getType()
-
setType
void setType(MicroscopeType theType)
-
-