omero::model::ScreenAnnotationLink
        Overview
        [ "protected" ]
            class ScreenAnnotationLink extends IObject
        Used By
        
            - ScreenAnnotationLinksSeq
 
            - Screen::addScreenAnnotationLink
 
            - Screen::addScreenAnnotationLinkToBoth
 
            - Screen::linkAnnotation
 
            - Screen::removeScreenAnnotationLink
 
            - Screen::removeScreenAnnotationLinkFromBoth
 
        
        Operation Index
        
            - getVersion
 
            - 
                
 
            - setVersion
 
            - 
                
 
            - getParent
 
            - 
                
 
            - setParent
 
            - 
                
 
            - getChild
 
            - 
                
 
            - setChild
 
            - 
                
 
            - link
 
            - 
                
 
        
        Data Member Index
        
            - version
 
            - 
                
 
            - parent
 
            - 
                
 
            - child
 
            - 
                
 
        
        Operations
        RInt getVersion()
        void setVersion(RInt theVersion)
        
        void setParent(Screen theParent)
        
        void setChild(Annotation theChild)
        
        Data Members
        RInt version;