Package omero.model
Interface _FolderRoiLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_FolderRoiLinkTie
,FolderRoiLink
,FolderRoiLinkI
public interface _FolderRoiLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Roi
getChild()
Folder
getParent()
RInt
getVersion()
void
link(Folder theParent, Roi theChild)
void
setChild(Roi theChild)
void
setParent(Folder 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
-
-