Package omero.model
Interface _WellReagentLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_WellReagentLinkTie
,WellReagentLink
,WellReagentLinkI
public interface _WellReagentLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reagent
getChild()
Well
getParent()
RInt
getVersion()
void
link(Well theParent, Reagent theChild)
void
setChild(Reagent theChild)
void
setParent(Well 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
-
-