Version: 5.4.10-ice35-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::model::ProjectAnnotationLink
Overview
[ "protected" ] class ProjectAnnotationLink extends
IObject
Used By
ProjectAnnotationLinksSeq
Project::addProjectAnnotationLink
Project::addProjectAnnotationLinkToBoth
Project::linkAnnotation
Project::removeProjectAnnotationLink
Project::removeProjectAnnotationLinkFromBoth
Operation Index
getVersion
setVersion
getParent
setParent
getChild
setChild
link
Data Member Index
version
parent
child
Operations
RInt
getVersion
()
void
setVersion
(
RInt
theVersion)
Project
getParent
()
void
setParent
(
Project
theParent)
Annotation
getChild
()
void
setChild
(
Annotation
theChild)
void
link
(
Project
theParent,
Annotation
theChild)
Data Members
RInt
version
;
Project
parent
;
Annotation
child
;
Home
Previous
Up
Next
Index