Package omero.model

Interface _DetectorOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • getManufacturer

        RString getManufacturer()
      • setManufacturer

        void setManufacturer​(RString theManufacturer)
      • setModel

        void setModel​(RString theModel)
      • getLotNumber

        RString getLotNumber()
      • setLotNumber

        void setLotNumber​(RString theLotNumber)
      • getSerialNumber

        RString getSerialNumber()
      • setSerialNumber

        void setSerialNumber​(RString theSerialNumber)
      • setGain

        void setGain​(RDouble theGain)
      • getOffsetValue

        RDouble getOffsetValue()
      • setOffsetValue

        void setOffsetValue​(RDouble theOffsetValue)
      • setZoom

        void setZoom​(RDouble theZoom)
      • getAmplificationGain

        RDouble getAmplificationGain()
      • setAmplificationGain

        void setAmplificationGain​(RDouble theAmplificationGain)
      • setInstrument

        void setInstrument​(Instrument theInstrument)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllDetectorAnnotationLinkSet

        void addAllDetectorAnnotationLinkSet​(java.util.List<DetectorAnnotationLink> targets)
      • 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()
      • addDetectorAnnotationLinkToBoth

        void addDetectorAnnotationLinkToBoth​(DetectorAnnotationLink link,
                                             boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeDetectorAnnotationLinkFromBoth

        void removeDetectorAnnotationLinkFromBoth​(DetectorAnnotationLink link,
                                                  boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()