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