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