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