Package omero.model
Interface _ProjectDatasetLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ProjectDatasetLinkTie
,ProjectDatasetLink
,ProjectDatasetLinkI
public interface _ProjectDatasetLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dataset
getChild()
Project
getParent()
RInt
getVersion()
void
link(Project theParent, Dataset theChild)
void
setChild(Dataset theChild)
void
setParent(Project 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
-
-