Package omero.model

Interface _LightSourceOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • getManufacturer

        RString getManufacturer()
      • setManufacturer

        void setManufacturer​(RString theManufacturer)
      • setModel

        void setModel​(RString theModel)
      • getPower

        Power getPower()
      • setPower

        void setPower​(Power thePower)
      • getLotNumber

        RString getLotNumber()
      • setLotNumber

        void setLotNumber​(RString theLotNumber)
      • getSerialNumber

        RString getSerialNumber()
      • setSerialNumber

        void setSerialNumber​(RString theSerialNumber)
      • setInstrument

        void setInstrument​(Instrument theInstrument)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllLightSourceAnnotationLinkSet

        void addAllLightSourceAnnotationLinkSet​(java.util.List<LightSourceAnnotationLink> targets)
      • removeAllLightSourceAnnotationLinkSet

        void removeAllLightSourceAnnotationLinkSet​(java.util.List<LightSourceAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(LightSource toCopy)
      • getAnnotationLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getAnnotationLinksCountPerOwner()
      • addLightSourceAnnotationLinkToBoth

        void addLightSourceAnnotationLinkToBoth​(LightSourceAnnotationLink link,
                                                boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeLightSourceAnnotationLinkFromBoth

        void removeLightSourceAnnotationLinkFromBoth​(LightSourceAnnotationLink link,
                                                     boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()