Version: 5.4.10-ice36-b105
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