Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::model::DatasetAnnotationLink

Overview

[ "protected" ] class DatasetAnnotationLink extends IObject

Used By

DatasetAnnotationLinksSeq
Dataset::addDatasetAnnotationLink
Dataset::addDatasetAnnotationLinkToBoth
Dataset::linkAnnotation
Dataset::removeDatasetAnnotationLink
Dataset::removeDatasetAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Dataset getParent()

void setParent(Dataset theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Dataset theParent, Annotation theChild)

Data Members

RInt version;

Dataset parent;

Annotation child;


Home Previous Up Next Index