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 DatasetgetChild()ProjectgetParent()RIntgetVersion()voidlink(Project theParent, Dataset theChild)voidsetChild(Dataset theChild)voidsetParent(Project theParent)voidsetVersion(RInt theVersion)-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-