OmeroBlitz API
Home Previous Up Next Index

omero::model::ObjectiveAnnotationLink

Overview

[ "protected" ] class ObjectiveAnnotationLink extends IObject

Used By

ObjectiveAnnotationLinksSeq
Objective::addObjectiveAnnotationLink
Objective::addObjectiveAnnotationLinkToBoth
Objective::linkAnnotation
Objective::removeObjectiveAnnotationLink
Objective::removeObjectiveAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Objective getParent()

void setParent(Objective theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Objective theParent, Annotation theChild)

Data Members

RInt version;

Objective parent;

Annotation child;


Home Previous Up Next Index