Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::model::SessionAnnotationLink

Overview

[ "protected" ] class SessionAnnotationLink extends IObject

Used By

SessionAnnotationLinksSeq
Session::addSessionAnnotationLink
Session::addSessionAnnotationLinkToBoth
Session::linkAnnotation
Session::removeSessionAnnotationLink
Session::removeSessionAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Session getParent()

void setParent(Session theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Session theParent, Annotation theChild)

Data Members

RInt version;

Session parent;

Annotation child;


Home Previous Up Next Index