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