Package omero.model
Interface _RoiAnnotationLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_RoiAnnotationLinkTie,RoiAnnotationLink,RoiAnnotationLinkI
public interface _RoiAnnotationLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationgetChild()RoigetParent()RIntgetVersion()voidlink(Roi theParent, Annotation theChild)voidsetChild(Annotation theChild)voidsetParent(Roi theParent)voidsetVersion(RInt theVersion)-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getParent
Roi getParent()
-
setParent
void setParent(Roi theParent)
-
getChild
Annotation getChild()
-
setChild
void setChild(Annotation theChild)
-
link
void link(Roi theParent, Annotation theChild)
-
-