Version: 5.4.10-ice35-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::ExperimenterGroupAnnotationLink
Overview
[ "protected" ] class ExperimenterGroupAnnotationLink extends
IObject
Used By
ExperimenterGroupAnnotationLinksSeq
ExperimenterGroup::addExperimenterGroupAnnotationLink
ExperimenterGroup::addExperimenterGroupAnnotationLinkToBoth
ExperimenterGroup::linkAnnotation
ExperimenterGroup::removeExperimenterGroupAnnotationLink
ExperimenterGroup::removeExperimenterGroupAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
ExperimenterGroup
getParent
()
void
setParent
(
ExperimenterGroup
theParent)
Annotation
getChild
()
void
setChild
(
Annotation
theChild)
void
link
(
ExperimenterGroup
theParent,
Annotation
theChild)
Data Members
RInt
version
;
ExperimenterGroup
parent
;
Annotation
child
;
Home
Previous
Up
Next
Index