Package omero.model
Class ScreenAnnotationLink
- java.lang.Object
 - 
- Ice.ObjectImpl
 - 
- omero.model.IObject
 - 
- omero.model.ScreenAnnotationLink
 
 
 
 
- 
- All Implemented Interfaces:
 Ice.Object,java.io.Serializable,java.lang.Cloneable,_IObjectOperations,_IObjectOperationsNC,_ScreenAnnotationLinkOperations,_ScreenAnnotationLinkOperationsNC
- Direct Known Subclasses:
 _ScreenAnnotationLinkTie,ScreenAnnotationLinkI
public abstract class ScreenAnnotationLink extends IObject implements _ScreenAnnotationLinkOperations, _ScreenAnnotationLinkOperationsNC
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]__idsprotected Annotationchildprotected Screenparentstatic longserialVersionUIDprotected RIntversion 
- 
Constructor Summary
Constructors Constructor Description ScreenAnnotationLink()ScreenAnnotationLink(RLong id, Details details, boolean loaded, RInt version, Screen parent, Annotation child) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___getChild(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getParent(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getVersion(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___link(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setChild(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setParent(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setVersion(ScreenAnnotationLink __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)ScreenAnnotationLinkclone()AnnotationgetChild()ScreengetParent()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(Screen theParent, Annotation theChild)voidsetChild(Annotation theChild)voidsetParent(Screen 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._ScreenAnnotationLinkOperations
getChild, getParent, getVersion, link, setChild, setParent, setVersion 
 - 
 
 - 
 
- 
- 
Field Detail
- 
__ids
public static final java.lang.String[] __ids
 
- 
version
protected RInt version
 
- 
parent
protected Screen parent
 
- 
child
protected Annotation child
 
- 
serialVersionUID
public static final long serialVersionUID
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
ScreenAnnotationLink
public ScreenAnnotationLink()
 
- 
ScreenAnnotationLink
public ScreenAnnotationLink(RLong id, Details details, boolean loaded, RInt version, Screen parent, Annotation child)
 
 - 
 
- 
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 Annotation getChild()
- Specified by:
 getChildin interface_ScreenAnnotationLinkOperationsNC
 
- 
getParent
public final Screen getParent()
- Specified by:
 getParentin interface_ScreenAnnotationLinkOperationsNC
 
- 
getVersion
public final RInt getVersion()
- Specified by:
 getVersionin interface_ScreenAnnotationLinkOperationsNC
 
- 
link
public final void link(Screen theParent, Annotation theChild)
- Specified by:
 linkin interface_ScreenAnnotationLinkOperationsNC
 
- 
setChild
public final void setChild(Annotation theChild)
- Specified by:
 setChildin interface_ScreenAnnotationLinkOperationsNC
 
- 
setParent
public final void setParent(Screen theParent)
- Specified by:
 setParentin interface_ScreenAnnotationLinkOperationsNC
 
- 
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
 setVersionin interface_ScreenAnnotationLinkOperationsNC
 
- 
___getVersion
public static Ice.DispatchStatus ___getVersion(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
 
- 
___setVersion
public static Ice.DispatchStatus ___setVersion(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
 
- 
___getParent
public static Ice.DispatchStatus ___getParent(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
 
- 
___setParent
public static Ice.DispatchStatus ___setParent(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
 
- 
___getChild
public static Ice.DispatchStatus ___getChild(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
 
- 
___setChild
public static Ice.DispatchStatus ___setChild(ScreenAnnotationLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
 
- 
___link
public static Ice.DispatchStatus ___link(ScreenAnnotationLink __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 ScreenAnnotationLink clone()
 
 - 
 
 -