OmeroBlitz API
Home Previous Up Next Index

omero::model::FolderAnnotationLink

Overview

[ "protected" ] class FolderAnnotationLink extends IObject

Used By

FolderAnnotationLinksSeq
Folder::addFolderAnnotationLink
Folder::addFolderAnnotationLinkToBoth
Folder::linkAnnotation
Folder::removeFolderAnnotationLink
Folder::removeFolderAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Folder getParent()

void setParent(Folder theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Folder theParent, Annotation theChild)

Data Members

RInt version;

Folder parent;

Annotation child;


Home Previous Up Next Index