Package omero.model

Interface _WellOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • setStatus

        void setStatus​(RString theStatus)
      • getColumn

        RInt getColumn()
      • setColumn

        void setColumn​(RInt theColumn)
      • getRow

        RInt getRow()
      • setRow

        void setRow​(RInt theRow)
      • getRed

        RInt getRed()
      • setRed

        void setRed​(RInt theRed)
      • getGreen

        RInt getGreen()
      • setGreen

        void setGreen​(RInt theGreen)
      • getBlue

        RInt getBlue()
      • setBlue

        void setBlue​(RInt theBlue)
      • getAlpha

        RInt getAlpha()
      • setAlpha

        void setAlpha​(RInt theAlpha)
      • unloadReagentLinks

        void unloadReagentLinks()
      • sizeOfReagentLinks

        int sizeOfReagentLinks()
      • addAllWellReagentLinkSet

        void addAllWellReagentLinkSet​(java.util.List<WellReagentLink> targets)
      • removeWellReagentLink

        void removeWellReagentLink​(WellReagentLink theTarget)
      • removeAllWellReagentLinkSet

        void removeAllWellReagentLinkSet​(java.util.List<WellReagentLink> targets)
      • clearReagentLinks

        void clearReagentLinks()
      • reloadReagentLinks

        void reloadReagentLinks​(Well toCopy)
      • getReagentLinksCountPerOwner

        java.util.Map<java.lang.Long,​java.lang.Long> getReagentLinksCountPerOwner()
      • addWellReagentLinkToBoth

        void addWellReagentLinkToBoth​(WellReagentLink link,
                                      boolean bothSides)
      • unlinkReagent

        void unlinkReagent​(Reagent removal)
      • removeWellReagentLinkFromBoth

        void removeWellReagentLinkFromBoth​(WellReagentLink link,
                                           boolean bothSides)
      • linkedReagentList

        java.util.List<Reagent> linkedReagentList()
      • getExternalDescription

        RString getExternalDescription()
      • setExternalDescription

        void setExternalDescription​(RString theExternalDescription)
      • getExternalIdentifier

        RString getExternalIdentifier()
      • setExternalIdentifier

        void setExternalIdentifier​(RString theExternalIdentifier)
      • setType

        void setType​(RString theType)
      • unloadWellSamples

        void unloadWellSamples()
      • sizeOfWellSamples

        int sizeOfWellSamples()
      • copyWellSamples

        java.util.List<WellSample> copyWellSamples()
      • addWellSample

        void addWellSample​(WellSample target)
      • addAllWellSampleSet

        void addAllWellSampleSet​(java.util.List<WellSample> targets)
      • removeWellSample

        void removeWellSample​(WellSample theTarget)
      • removeAllWellSampleSet

        void removeAllWellSampleSet​(java.util.List<WellSample> targets)
      • clearWellSamples

        void clearWellSamples()
      • reloadWellSamples

        void reloadWellSamples​(Well toCopy)
      • getWellSample

        WellSample getWellSample​(int index)
      • getPrimaryWellSample

        WellSample getPrimaryWellSample()
      • getPlate

        Plate getPlate()
      • setPlate

        void setPlate​(Plate thePlate)
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • addAllWellAnnotationLinkSet

        void addAllWellAnnotationLinkSet​(java.util.List<WellAnnotationLink> targets)
      • removeWellAnnotationLink

        void removeWellAnnotationLink​(WellAnnotationLink theTarget)
      • removeAllWellAnnotationLinkSet

        void removeAllWellAnnotationLinkSet​(java.util.List<WellAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(Well toCopy)
      • getAnnotationLinksCountPerOwner

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

        void addWellAnnotationLinkToBoth​(WellAnnotationLink link,
                                         boolean bothSides)
      • unlinkAnnotation

        void unlinkAnnotation​(Annotation removal)
      • removeWellAnnotationLinkFromBoth

        void removeWellAnnotationLinkFromBoth​(WellAnnotationLink link,
                                              boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()