Package omero.model

Interface _PlateAcquisitionOperationsNC

    • Method Detail

      • getVersion

        RInt getVersion()
      • setVersion

        void setVersion​(RInt theVersion)
      • setName

        void setName​(RString theName)
      • getStartTime

        RTime getStartTime()
      • setStartTime

        void setStartTime​(RTime theStartTime)
      • getEndTime

        RTime getEndTime()
      • setEndTime

        void setEndTime​(RTime theEndTime)
      • getMaximumFieldCount

        RInt getMaximumFieldCount()
      • setMaximumFieldCount

        void setMaximumFieldCount​(RInt theMaximumFieldCount)
      • getPlate

        Plate getPlate()
      • setPlate

        void setPlate​(Plate thePlate)
      • unloadWellSample

        void unloadWellSample()
      • sizeOfWellSample

        int sizeOfWellSample()
      • copyWellSample

        java.util.List<WellSample> copyWellSample()
      • 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)
      • clearWellSample

        void clearWellSample()
      • unloadAnnotationLinks

        void unloadAnnotationLinks()
      • sizeOfAnnotationLinks

        int sizeOfAnnotationLinks()
      • removeAllPlateAcquisitionAnnotationLinkSet

        void removeAllPlateAcquisitionAnnotationLinkSet​(java.util.List<PlateAcquisitionAnnotationLink> targets)
      • clearAnnotationLinks

        void clearAnnotationLinks()
      • reloadAnnotationLinks

        void reloadAnnotationLinks​(PlateAcquisition toCopy)
      • getAnnotationLinksCountPerOwner

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

        void unlinkAnnotation​(Annotation removal)
      • removePlateAcquisitionAnnotationLinkFromBoth

        void removePlateAcquisitionAnnotationLinkFromBoth​(PlateAcquisitionAnnotationLink link,
                                                          boolean bothSides)
      • linkedAnnotationList

        java.util.List<Annotation> linkedAnnotationList()
      • getDescription

        RString getDescription()
      • setDescription

        void setDescription​(RString theDescription)