Package omero.model
Interface _GroupExperimenterMapOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_GroupExperimenterMapTie
,GroupExperimenterMap
,GroupExperimenterMapI
public interface _GroupExperimenterMapOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Experimenter
getChild(Ice.Current __current)
RBool
getOwner(Ice.Current __current)
ExperimenterGroup
getParent(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
link(ExperimenterGroup theParent, Experimenter theChild, Ice.Current __current)
void
setChild(Experimenter theChild, Ice.Current __current)
void
setOwner(RBool theOwner, Ice.Current __current)
void
setParent(ExperimenterGroup 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
ExperimenterGroup getParent(Ice.Current __current)
-
setParent
void setParent(ExperimenterGroup theParent, Ice.Current __current)
-
getChild
Experimenter getChild(Ice.Current __current)
-
setChild
void setChild(Experimenter theChild, Ice.Current __current)
-
getOwner
RBool getOwner(Ice.Current __current)
-
setOwner
void setOwner(RBool theOwner, Ice.Current __current)
-
link
void link(ExperimenterGroup theParent, Experimenter theChild, Ice.Current __current)
-
-