Package omero.model
Interface _ScreenPlateLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ScreenPlateLinkTie
,ScreenPlateLink
,ScreenPlateLinkI
public interface _ScreenPlateLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Plate
getChild()
Screen
getParent()
RInt
getVersion()
void
link(Screen theParent, Plate theChild)
void
setChild(Plate theChild)
void
setParent(Screen 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
-
-