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