Package omero.model
Interface _DetectorAnnotationLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_DetectorAnnotationLinkTie,DetectorAnnotationLink,DetectorAnnotationLinkI
public interface _DetectorAnnotationLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationgetChild()DetectorgetParent()RIntgetVersion()voidlink(Detector theParent, Annotation theChild)voidsetChild(Annotation theChild)voidsetParent(Detector theParent)voidsetVersion(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
Detector getParent()
-
setParent
void setParent(Detector theParent)
-
getChild
Annotation getChild()
-
setChild
void setChild(Annotation theChild)
-
link
void link(Detector theParent, Annotation theChild)
-
-