Package omero.model
Interface _FilterSetExcitationFilterLinkOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_FilterSetExcitationFilterLinkTie
,FilterSetExcitationFilterLink
,FilterSetExcitationFilterLinkI
public interface _FilterSetExcitationFilterLinkOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getChild()
FilterSet
getParent()
RInt
getVersion()
void
link(FilterSet theParent, Filter theChild)
void
setChild(Filter theChild)
void
setParent(FilterSet 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
-
-