Package omero.model
Interface _LightPathExcitationFilterLinkOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_LightPathExcitationFilterLinkTie
,LightPathExcitationFilterLink
,LightPathExcitationFilterLinkI
public interface _LightPathExcitationFilterLinkOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getChild(Ice.Current __current)
LightPath
getParent(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
link(LightPath theParent, Filter theChild, Ice.Current __current)
void
setChild(Filter theChild, Ice.Current __current)
void
setParent(LightPath theParent, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getParent
LightPath getParent(Ice.Current __current)
-
setParent
void setParent(LightPath theParent, Ice.Current __current)
-
getChild
Filter getChild(Ice.Current __current)
-
setChild
void setChild(Filter theChild, Ice.Current __current)
-
-