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