Package omero.model
Interface _PlateAcquisitionOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_PlateAcquisitionTie
,PlateAcquisition
,PlateAcquisitionI
public interface _PlateAcquisitionOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getName
RString getName()
-
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()
-
reloadWellSample
void reloadWellSample(PlateAcquisition toCopy)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<PlateAcquisitionAnnotationLink> copyAnnotationLinks()
-
addPlateAcquisitionAnnotationLink
void addPlateAcquisitionAnnotationLink(PlateAcquisitionAnnotationLink target)
-
addAllPlateAcquisitionAnnotationLinkSet
void addAllPlateAcquisitionAnnotationLinkSet(java.util.List<PlateAcquisitionAnnotationLink> targets)
-
removePlateAcquisitionAnnotationLink
void removePlateAcquisitionAnnotationLink(PlateAcquisitionAnnotationLink theTarget)
-
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()
-
linkAnnotation
PlateAcquisitionAnnotationLink linkAnnotation(Annotation addition)
-
addPlateAcquisitionAnnotationLinkToBoth
void addPlateAcquisitionAnnotationLinkToBoth(PlateAcquisitionAnnotationLink link, boolean bothSides)
-
findPlateAcquisitionAnnotationLink
java.util.List<PlateAcquisitionAnnotationLink> findPlateAcquisitionAnnotationLink(Annotation removal)
-
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)
-
-