Package omero.model
Interface _ImageAnnotationLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ImageAnnotationLinkTie
,ImageAnnotationLink
,ImageAnnotationLinkI
public interface _ImageAnnotationLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation
getChild()
Image
getParent()
RInt
getVersion()
void
link(Image theParent, Annotation theChild)
void
setChild(Annotation theChild)
void
setParent(Image theParent)
void
setVersion(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
Image getParent()
-
setParent
void setParent(Image theParent)
-
getChild
Annotation getChild()
-
setChild
void setChild(Annotation theChild)
-
link
void link(Image theParent, Annotation theChild)
-
-