omero::model::NodeAnnotationLink
        Overview
        [ "protected" ]
            class NodeAnnotationLink extends IObject
        Used By
        
            - NodeAnnotationLinksSeq
- Node::addNodeAnnotationLink
- Node::addNodeAnnotationLinkToBoth
- Node::linkAnnotation
- Node::removeNodeAnnotationLink
- Node::removeNodeAnnotationLinkFromBoth
Operation Index
        
            - getVersion
- 
                
- setVersion
- 
                
- getParent
- 
                
- setParent
- 
                
- getChild
- 
                
- setChild
- 
                
- link
- 
                
Data Member Index
        
            - version
- 
                
- parent
- 
                
- child
- 
                
Operations
        RInt getVersion()
        void setVersion(RInt theVersion)
        Node getParent()
        void setParent(Node theParent)
        
        void setChild(Annotation theChild)
        void link(Node theParent, Annotation theChild)
        Data Members
        RInt version;