omero::model::RoiAnnotationLink
        Overview
        [ "protected" ]
            class RoiAnnotationLink extends IObject
        Used By
        
            - RoiAnnotationLinksSeq
 
            - Roi::addRoiAnnotationLink
 
            - Roi::addRoiAnnotationLinkToBoth
 
            - Roi::linkAnnotation
 
            - Roi::removeRoiAnnotationLink
 
            - Roi::removeRoiAnnotationLinkFromBoth
 
        
        Operation Index
        
            - getVersion
 
            - 
                
 
            - setVersion
 
            - 
                
 
            - getParent
 
            - 
                
 
            - setParent
 
            - 
                
 
            - getChild
 
            - 
                
 
            - setChild
 
            - 
                
 
            - link
 
            - 
                
 
        
        Data Member Index
        
            - version
 
            - 
                
 
            - parent
 
            - 
                
 
            - child
 
            - 
                
 
        
        Operations
        RInt getVersion()
        void setVersion(RInt theVersion)
        Roi getParent()
        void setParent(Roi theParent)
        
        void setChild(Annotation theChild)
        void link(Roi theParent, Annotation theChild)
        Data Members
        RInt version;
        Roi parent;