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