Package omero.model
Interface _DichroicAnnotationLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_DichroicAnnotationLinkTie,DichroicAnnotationLink,DichroicAnnotationLinkI
public interface _DichroicAnnotationLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationgetChild()DichroicgetParent()RIntgetVersion()voidlink(Dichroic theParent, Annotation theChild)voidsetChild(Annotation theChild)voidsetParent(Dichroic 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
Dichroic getParent()
-
setParent
void setParent(Dichroic theParent)
-
getChild
Annotation getChild()
-
setChild
void setChild(Annotation theChild)
-
link
void link(Dichroic theParent, Annotation theChild)
-
-