Version: 5.4.6-rc1-ice35-b84
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::PlateAcquisitionAnnotationLink
Overview
[ "protected" ] class PlateAcquisitionAnnotationLink extends
IObject
Used By
PlateAcquisitionAnnotationLinksSeq
PlateAcquisition::addPlateAcquisitionAnnotationLink
PlateAcquisition::addPlateAcquisitionAnnotationLinkToBoth
PlateAcquisition::linkAnnotation
PlateAcquisition::removePlateAcquisitionAnnotationLink
PlateAcquisition::removePlateAcquisitionAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
PlateAcquisition
getParent
()
void
setParent
(
PlateAcquisition
theParent)
Annotation
getChild
()
void
setChild
(
Annotation
theChild)
void
link
(
PlateAcquisition
theParent,
Annotation
theChild)
Data Members
RInt
version
;
PlateAcquisition
parent
;
Annotation
child
;
Home
Previous
Up
Next
Index