OmeroBlitz API
Home Previous Up Next Index

omero::model::WellAnnotationLink

Overview

[ "protected" ] class WellAnnotationLink extends IObject

Used By

WellAnnotationLinksSeq
Well::addWellAnnotationLink
Well::addWellAnnotationLinkToBoth
Well::linkAnnotation
Well::removeWellAnnotationLink
Well::removeWellAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Well getParent()

void setParent(Well theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Well theParent, Annotation theChild)

Data Members

RInt version;

Well parent;

Annotation child;


Home Previous Up Next Index