Package omero.model
Class GroupExperimenterMap
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.GroupExperimenterMap
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_GroupExperimenterMapOperations
,_GroupExperimenterMapOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_GroupExperimenterMapTie
,GroupExperimenterMapI
public abstract class GroupExperimenterMap extends IObject implements _GroupExperimenterMapOperations, _GroupExperimenterMapOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected Experimenter
child
protected RBool
owner
protected ExperimenterGroup
parent
static long
serialVersionUID
protected RInt
version
-
Constructor Summary
Constructors Constructor Description GroupExperimenterMap()
GroupExperimenterMap(RLong id, Details details, boolean loaded, RInt version, ExperimenterGroup parent, Experimenter child, RBool owner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getChild(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getOwner(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getParent(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___link(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setChild(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOwner(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setParent(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
GroupExperimenterMap
clone()
Experimenter
getChild()
RBool
getOwner()
ExperimenterGroup
getParent()
RInt
getVersion()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
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 class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._GroupExperimenterMapOperations
getChild, getOwner, getParent, getVersion, link, setChild, setOwner, setParent, setVersion
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
parent
protected ExperimenterGroup parent
-
child
protected Experimenter child
-
owner
protected RBool owner
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupExperimenterMap
public GroupExperimenterMap()
-
GroupExperimenterMap
public GroupExperimenterMap(RLong id, Details details, boolean loaded, RInt version, ExperimenterGroup parent, Experimenter child, RBool owner)
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getChild
public final Experimenter getChild()
- Specified by:
getChild
in interface_GroupExperimenterMapOperationsNC
-
getOwner
public final RBool getOwner()
- Specified by:
getOwner
in interface_GroupExperimenterMapOperationsNC
-
getParent
public final ExperimenterGroup getParent()
- Specified by:
getParent
in interface_GroupExperimenterMapOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_GroupExperimenterMapOperationsNC
-
link
public final void link(ExperimenterGroup theParent, Experimenter theChild)
- Specified by:
link
in interface_GroupExperimenterMapOperationsNC
-
setChild
public final void setChild(Experimenter theChild)
- Specified by:
setChild
in interface_GroupExperimenterMapOperationsNC
-
setOwner
public final void setOwner(RBool theOwner)
- Specified by:
setOwner
in interface_GroupExperimenterMapOperationsNC
-
setParent
public final void setParent(ExperimenterGroup theParent)
- Specified by:
setParent
in interface_GroupExperimenterMapOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_GroupExperimenterMapOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getParent
public static Ice.DispatchStatus ___getParent(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setParent
public static Ice.DispatchStatus ___setParent(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getChild
public static Ice.DispatchStatus ___getChild(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setChild
public static Ice.DispatchStatus ___setChild(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getOwner
public static Ice.DispatchStatus ___getOwner(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOwner
public static Ice.DispatchStatus ___setOwner(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___link
public static Ice.DispatchStatus ___link(GroupExperimenterMap __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
clone
public GroupExperimenterMap clone()
-
-