Package omero.model
Class WellReagentLink
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.WellReagentLink
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,_IObjectOperations,_IObjectOperationsNC,_WellReagentLinkOperations,_WellReagentLinkOperationsNC
- Direct Known Subclasses:
_WellReagentLinkTie,WellReagentLinkI
public abstract class WellReagentLink extends IObject implements _WellReagentLinkOperations, _WellReagentLinkOperationsNC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WellReagentLink()WellReagentLink(RLong id, Details details, boolean loaded, RInt version, Well parent, Reagent child)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___getChild(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getParent(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getVersion(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___link(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setChild(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setParent(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setVersion(WellReagentLink __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)WellReagentLinkclone()ReagentgetChild()WellgetParent()RIntgetVersion()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()voidlink(Well theParent, Reagent theChild)voidsetChild(Reagent theChild)voidsetParent(Well theParent)voidsetVersion(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._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
-
Methods inherited from interface omero.model._WellReagentLinkOperations
getChild, getParent, getVersion, link, setChild, setParent, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
parent
protected Well parent
-
child
protected Reagent child
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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 Reagent getChild()
- Specified by:
getChildin interface_WellReagentLinkOperationsNC
-
getParent
public final Well getParent()
- Specified by:
getParentin interface_WellReagentLinkOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersionin interface_WellReagentLinkOperationsNC
-
link
public final void link(Well theParent, Reagent theChild)
- Specified by:
linkin interface_WellReagentLinkOperationsNC
-
setChild
public final void setChild(Reagent theChild)
- Specified by:
setChildin interface_WellReagentLinkOperationsNC
-
setParent
public final void setParent(Well theParent)
- Specified by:
setParentin interface_WellReagentLinkOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersionin interface_WellReagentLinkOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getParent
public static Ice.DispatchStatus ___getParent(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setParent
public static Ice.DispatchStatus ___setParent(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getChild
public static Ice.DispatchStatus ___getChild(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setChild
public static Ice.DispatchStatus ___setChild(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___link
public static Ice.DispatchStatus ___link(WellReagentLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)- Specified by:
__dispatchin interfaceIce.Object- Overrides:
__dispatchin classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImplin classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classIObject
-
clone
public WellReagentLink clone()
-
-