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