Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::model::WellSampleAnnotationLink

Overview

[ "protected" ] class WellSampleAnnotationLink extends IObject

Used By

WellSampleAnnotationLinksSeq
WellSample::addWellSampleAnnotationLink
WellSample::addWellSampleAnnotationLinkToBoth
WellSample::linkAnnotation
WellSample::removeWellSampleAnnotationLink
WellSample::removeWellSampleAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

WellSample getParent()

void setParent(WellSample theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(WellSample theParent, Annotation theChild)

Data Members

RInt version;

WellSample parent;

Annotation child;


Home Previous Up Next Index