Package omero.model

Interface _DichroicOperationsNC

    • 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)
      • setInstrument

        void setInstrument​(Instrument theInstrument)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllDichroicAnnotationLinkSet

        void addAllDichroicAnnotationLinkSet​(java.util.List<DichroicAnnotationLink> targets)
      • removeAllDichroicAnnotationLinkSet

        void removeAllDichroicAnnotationLinkSet​(java.util.List<DichroicAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Dichroic toCopy)
      • getAnnotationLinksCountPerOwner

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

        void addDichroicAnnotationLinkToBoth​(DichroicAnnotationLink link,
                                             boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeDichroicAnnotationLinkFromBoth

        void removeDichroicAnnotationLinkFromBoth​(DichroicAnnotationLink link,
                                                  boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()