Package omero.model
Interface _DetectorOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_DetectorTie
,Detector
,DetectorI
public interface _DetectorOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
-
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)
-
getVoltage
ElectricPotential getVoltage()
-
setVoltage
void setVoltage(ElectricPotential theVoltage)
-
getGain
RDouble getGain()
-
setGain
void setGain(RDouble theGain)
-
getOffsetValue
RDouble getOffsetValue()
-
setOffsetValue
void setOffsetValue(RDouble theOffsetValue)
-
getZoom
RDouble getZoom()
-
setZoom
void setZoom(RDouble theZoom)
-
getAmplificationGain
RDouble getAmplificationGain()
-
setAmplificationGain
void setAmplificationGain(RDouble theAmplificationGain)
-
getType
DetectorType getType()
-
setType
void setType(DetectorType theType)
-
getInstrument
Instrument getInstrument()
-
setInstrument
void setInstrument(Instrument theInstrument)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<DetectorAnnotationLink> copyAnnotationLinks()
-
addDetectorAnnotationLink
void addDetectorAnnotationLink(DetectorAnnotationLink target)
-
addAllDetectorAnnotationLinkSet
void addAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets)
-
removeDetectorAnnotationLink
void removeDetectorAnnotationLink(DetectorAnnotationLink theTarget)
-
removeAllDetectorAnnotationLinkSet
void removeAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(Detector toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
DetectorAnnotationLink linkAnnotation(Annotation addition)
-
addDetectorAnnotationLinkToBoth
void addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link, boolean bothSides)
-
findDetectorAnnotationLink
java.util.List<DetectorAnnotationLink> findDetectorAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeDetectorAnnotationLinkFromBoth
void removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-