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