Package omero.model
Class Screen
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Screen
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_ScreenOperations
,_ScreenOperationsNC
- Direct Known Subclasses:
_ScreenTie
,ScreenI
public abstract class Screen extends IObject implements _ScreenOperations, _ScreenOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected java.util.Map<java.lang.Long,java.lang.Long>
annotationLinksCountPerOwner
protected boolean
annotationLinksLoaded
protected java.util.List<ScreenAnnotationLink>
annotationLinksSeq
protected RString
description
protected RString
name
protected java.util.Map<java.lang.Long,java.lang.Long>
plateLinksCountPerOwner
protected boolean
plateLinksLoaded
protected java.util.List<ScreenPlateLink>
plateLinksSeq
protected RString
protocolDescription
protected RString
protocolIdentifier
protected RString
reagentSetDescription
protected RString
reagentSetIdentifier
protected boolean
reagentsLoaded
protected java.util.List<Reagent>
reagentsSeq
static long
serialVersionUID
protected RString
type
protected RInt
version
-
Constructor Summary
Constructors Constructor Description Screen()
Screen(RLong id, Details details, boolean loaded, RInt version, RString type, RString protocolIdentifier, RString protocolDescription, RString reagentSetIdentifier, RString reagentSetDescription, java.util.List<ScreenPlateLink> plateLinksSeq, boolean plateLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> plateLinksCountPerOwner, java.util.List<Reagent> reagentsSeq, boolean reagentsLoaded, java.util.List<ScreenAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RString name, RString description)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___addAllReagentSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addAllScreenAnnotationLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addAllScreenPlateLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addReagent(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addScreenAnnotationLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addScreenAnnotationLinkToBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addScreenPlateLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addScreenPlateLinkToBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___clearAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___clearPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___clearReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___copyAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___copyPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___copyReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___findScreenAnnotationLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___findScreenPlateLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getAnnotationLinksCountPerOwner(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getName(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPlateLinksCountPerOwner(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getProtocolDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getProtocolIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getReagentSetDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getReagentSetIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getType(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___linkAnnotation(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___linkedAnnotationList(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___linkedPlateList(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___linkPlate(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___reloadAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___reloadPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___reloadReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeAllReagentSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeAllScreenAnnotationLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeAllScreenPlateLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeReagent(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeScreenAnnotationLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeScreenAnnotationLinkFromBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeScreenPlateLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeScreenPlateLinkFromBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setName(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setProtocolDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setProtocolIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setReagentSetDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setReagentSetIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setType(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___sizeOfAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___sizeOfPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___sizeOfReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unlinkAnnotation(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unlinkPlate(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unloadAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unloadPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unloadReagents(Screen __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)
void
addAllReagentSet(java.util.List<Reagent> targets)
void
addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets)
void
addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets)
void
addReagent(Reagent target)
void
addScreenAnnotationLink(ScreenAnnotationLink target)
void
addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides)
void
addScreenPlateLink(ScreenPlateLink target)
void
addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides)
void
clearAnnotationLinks()
void
clearPlateLinks()
void
clearReagents()
Screen
clone()
java.util.List<ScreenAnnotationLink>
copyAnnotationLinks()
java.util.List<ScreenPlateLink>
copyPlateLinks()
java.util.List<Reagent>
copyReagents()
java.util.List<ScreenAnnotationLink>
findScreenAnnotationLink(Annotation removal)
java.util.List<ScreenPlateLink>
findScreenPlateLink(Plate removal)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner()
RString
getDescription()
RString
getName()
java.util.Map<java.lang.Long,java.lang.Long>
getPlateLinksCountPerOwner()
RString
getProtocolDescription()
RString
getProtocolIdentifier()
RString
getReagentSetDescription()
RString
getReagentSetIdentifier()
RString
getType()
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()
ScreenAnnotationLink
linkAnnotation(Annotation addition)
java.util.List<Annotation>
linkedAnnotationList()
java.util.List<Plate>
linkedPlateList()
ScreenPlateLink
linkPlate(Plate addition)
void
reloadAnnotationLinks(Screen toCopy)
void
reloadPlateLinks(Screen toCopy)
void
reloadReagents(Screen toCopy)
void
removeAllReagentSet(java.util.List<Reagent> targets)
void
removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets)
void
removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets)
void
removeReagent(Reagent theTarget)
void
removeScreenAnnotationLink(ScreenAnnotationLink theTarget)
void
removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides)
void
removeScreenPlateLink(ScreenPlateLink theTarget)
void
removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides)
void
setDescription(RString theDescription)
void
setName(RString theName)
void
setProtocolDescription(RString theProtocolDescription)
void
setProtocolIdentifier(RString theProtocolIdentifier)
void
setReagentSetDescription(RString theReagentSetDescription)
void
setReagentSetIdentifier(RString theReagentSetIdentifier)
void
setType(RString theType)
void
setVersion(RInt theVersion)
int
sizeOfAnnotationLinks()
int
sizeOfPlateLinks()
int
sizeOfReagents()
void
unlinkAnnotation(Annotation removal)
void
unlinkPlate(Plate removal)
void
unloadAnnotationLinks()
void
unloadPlateLinks()
void
unloadReagents()
-
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._ScreenOperations
addAllReagentSet, addAllScreenAnnotationLinkSet, addAllScreenPlateLinkSet, addReagent, addScreenAnnotationLink, addScreenAnnotationLinkToBoth, addScreenPlateLink, addScreenPlateLinkToBoth, clearAnnotationLinks, clearPlateLinks, clearReagents, copyAnnotationLinks, copyPlateLinks, copyReagents, findScreenAnnotationLink, findScreenPlateLink, getAnnotationLinksCountPerOwner, getDescription, getName, getPlateLinksCountPerOwner, getProtocolDescription, getProtocolIdentifier, getReagentSetDescription, getReagentSetIdentifier, getType, getVersion, linkAnnotation, linkedAnnotationList, linkedPlateList, linkPlate, reloadAnnotationLinks, reloadPlateLinks, reloadReagents, removeAllReagentSet, removeAllScreenAnnotationLinkSet, removeAllScreenPlateLinkSet, removeReagent, removeScreenAnnotationLink, removeScreenAnnotationLinkFromBoth, removeScreenPlateLink, removeScreenPlateLinkFromBoth, setDescription, setName, setProtocolDescription, setProtocolIdentifier, setReagentSetDescription, setReagentSetIdentifier, setType, setVersion, sizeOfAnnotationLinks, sizeOfPlateLinks, sizeOfReagents, unlinkAnnotation, unlinkPlate, unloadAnnotationLinks, unloadPlateLinks, unloadReagents
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
type
protected RString type
-
protocolIdentifier
protected RString protocolIdentifier
-
protocolDescription
protected RString protocolDescription
-
reagentSetIdentifier
protected RString reagentSetIdentifier
-
reagentSetDescription
protected RString reagentSetDescription
-
plateLinksSeq
protected java.util.List<ScreenPlateLink> plateLinksSeq
-
plateLinksLoaded
protected boolean plateLinksLoaded
-
plateLinksCountPerOwner
protected java.util.Map<java.lang.Long,java.lang.Long> plateLinksCountPerOwner
-
reagentsSeq
protected java.util.List<Reagent> reagentsSeq
-
reagentsLoaded
protected boolean reagentsLoaded
-
annotationLinksSeq
protected java.util.List<ScreenAnnotationLink> annotationLinksSeq
-
annotationLinksLoaded
protected boolean annotationLinksLoaded
-
annotationLinksCountPerOwner
protected java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner
-
name
protected RString name
-
description
protected RString description
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Screen
public Screen()
-
Screen
public Screen(RLong id, Details details, boolean loaded, RInt version, RString type, RString protocolIdentifier, RString protocolDescription, RString reagentSetIdentifier, RString reagentSetDescription, java.util.List<ScreenPlateLink> plateLinksSeq, boolean plateLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> plateLinksCountPerOwner, java.util.List<Reagent> reagentsSeq, boolean reagentsLoaded, java.util.List<ScreenAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RString name, RString description)
-
-
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()
-
addAllReagentSet
public final void addAllReagentSet(java.util.List<Reagent> targets)
- Specified by:
addAllReagentSet
in interface_ScreenOperationsNC
-
addAllScreenAnnotationLinkSet
public final void addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets)
- Specified by:
addAllScreenAnnotationLinkSet
in interface_ScreenOperationsNC
-
addAllScreenPlateLinkSet
public final void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets)
- Specified by:
addAllScreenPlateLinkSet
in interface_ScreenOperationsNC
-
addReagent
public final void addReagent(Reagent target)
- Specified by:
addReagent
in interface_ScreenOperationsNC
-
addScreenAnnotationLink
public final void addScreenAnnotationLink(ScreenAnnotationLink target)
- Specified by:
addScreenAnnotationLink
in interface_ScreenOperationsNC
-
addScreenAnnotationLinkToBoth
public final void addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides)
- Specified by:
addScreenAnnotationLinkToBoth
in interface_ScreenOperationsNC
-
addScreenPlateLink
public final void addScreenPlateLink(ScreenPlateLink target)
- Specified by:
addScreenPlateLink
in interface_ScreenOperationsNC
-
addScreenPlateLinkToBoth
public final void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides)
- Specified by:
addScreenPlateLinkToBoth
in interface_ScreenOperationsNC
-
clearAnnotationLinks
public final void clearAnnotationLinks()
- Specified by:
clearAnnotationLinks
in interface_ScreenOperationsNC
-
clearPlateLinks
public final void clearPlateLinks()
- Specified by:
clearPlateLinks
in interface_ScreenOperationsNC
-
clearReagents
public final void clearReagents()
- Specified by:
clearReagents
in interface_ScreenOperationsNC
-
copyAnnotationLinks
public final java.util.List<ScreenAnnotationLink> copyAnnotationLinks()
- Specified by:
copyAnnotationLinks
in interface_ScreenOperationsNC
-
copyPlateLinks
public final java.util.List<ScreenPlateLink> copyPlateLinks()
- Specified by:
copyPlateLinks
in interface_ScreenOperationsNC
-
copyReagents
public final java.util.List<Reagent> copyReagents()
- Specified by:
copyReagents
in interface_ScreenOperationsNC
-
findScreenAnnotationLink
public final java.util.List<ScreenAnnotationLink> findScreenAnnotationLink(Annotation removal)
- Specified by:
findScreenAnnotationLink
in interface_ScreenOperationsNC
-
findScreenPlateLink
public final java.util.List<ScreenPlateLink> findScreenPlateLink(Plate removal)
- Specified by:
findScreenPlateLink
in interface_ScreenOperationsNC
-
getAnnotationLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
- Specified by:
getAnnotationLinksCountPerOwner
in interface_ScreenOperationsNC
-
getDescription
public final RString getDescription()
- Specified by:
getDescription
in interface_ScreenOperationsNC
-
getName
public final RString getName()
- Specified by:
getName
in interface_ScreenOperationsNC
-
getPlateLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getPlateLinksCountPerOwner()
- Specified by:
getPlateLinksCountPerOwner
in interface_ScreenOperationsNC
-
getProtocolDescription
public final RString getProtocolDescription()
- Specified by:
getProtocolDescription
in interface_ScreenOperationsNC
-
getProtocolIdentifier
public final RString getProtocolIdentifier()
- Specified by:
getProtocolIdentifier
in interface_ScreenOperationsNC
-
getReagentSetDescription
public final RString getReagentSetDescription()
- Specified by:
getReagentSetDescription
in interface_ScreenOperationsNC
-
getReagentSetIdentifier
public final RString getReagentSetIdentifier()
- Specified by:
getReagentSetIdentifier
in interface_ScreenOperationsNC
-
getType
public final RString getType()
- Specified by:
getType
in interface_ScreenOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_ScreenOperationsNC
-
linkAnnotation
public final ScreenAnnotationLink linkAnnotation(Annotation addition)
- Specified by:
linkAnnotation
in interface_ScreenOperationsNC
-
linkPlate
public final ScreenPlateLink linkPlate(Plate addition)
- Specified by:
linkPlate
in interface_ScreenOperationsNC
-
linkedAnnotationList
public final java.util.List<Annotation> linkedAnnotationList()
- Specified by:
linkedAnnotationList
in interface_ScreenOperationsNC
-
linkedPlateList
public final java.util.List<Plate> linkedPlateList()
- Specified by:
linkedPlateList
in interface_ScreenOperationsNC
-
reloadAnnotationLinks
public final void reloadAnnotationLinks(Screen toCopy)
- Specified by:
reloadAnnotationLinks
in interface_ScreenOperationsNC
-
reloadPlateLinks
public final void reloadPlateLinks(Screen toCopy)
- Specified by:
reloadPlateLinks
in interface_ScreenOperationsNC
-
reloadReagents
public final void reloadReagents(Screen toCopy)
- Specified by:
reloadReagents
in interface_ScreenOperationsNC
-
removeAllReagentSet
public final void removeAllReagentSet(java.util.List<Reagent> targets)
- Specified by:
removeAllReagentSet
in interface_ScreenOperationsNC
-
removeAllScreenAnnotationLinkSet
public final void removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets)
- Specified by:
removeAllScreenAnnotationLinkSet
in interface_ScreenOperationsNC
-
removeAllScreenPlateLinkSet
public final void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets)
- Specified by:
removeAllScreenPlateLinkSet
in interface_ScreenOperationsNC
-
removeReagent
public final void removeReagent(Reagent theTarget)
- Specified by:
removeReagent
in interface_ScreenOperationsNC
-
removeScreenAnnotationLink
public final void removeScreenAnnotationLink(ScreenAnnotationLink theTarget)
- Specified by:
removeScreenAnnotationLink
in interface_ScreenOperationsNC
-
removeScreenAnnotationLinkFromBoth
public final void removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides)
- Specified by:
removeScreenAnnotationLinkFromBoth
in interface_ScreenOperationsNC
-
removeScreenPlateLink
public final void removeScreenPlateLink(ScreenPlateLink theTarget)
- Specified by:
removeScreenPlateLink
in interface_ScreenOperationsNC
-
removeScreenPlateLinkFromBoth
public final void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides)
- Specified by:
removeScreenPlateLinkFromBoth
in interface_ScreenOperationsNC
-
setDescription
public final void setDescription(RString theDescription)
- Specified by:
setDescription
in interface_ScreenOperationsNC
-
setName
public final void setName(RString theName)
- Specified by:
setName
in interface_ScreenOperationsNC
-
setProtocolDescription
public final void setProtocolDescription(RString theProtocolDescription)
- Specified by:
setProtocolDescription
in interface_ScreenOperationsNC
-
setProtocolIdentifier
public final void setProtocolIdentifier(RString theProtocolIdentifier)
- Specified by:
setProtocolIdentifier
in interface_ScreenOperationsNC
-
setReagentSetDescription
public final void setReagentSetDescription(RString theReagentSetDescription)
- Specified by:
setReagentSetDescription
in interface_ScreenOperationsNC
-
setReagentSetIdentifier
public final void setReagentSetIdentifier(RString theReagentSetIdentifier)
- Specified by:
setReagentSetIdentifier
in interface_ScreenOperationsNC
-
setType
public final void setType(RString theType)
- Specified by:
setType
in interface_ScreenOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_ScreenOperationsNC
-
sizeOfAnnotationLinks
public final int sizeOfAnnotationLinks()
- Specified by:
sizeOfAnnotationLinks
in interface_ScreenOperationsNC
-
sizeOfPlateLinks
public final int sizeOfPlateLinks()
- Specified by:
sizeOfPlateLinks
in interface_ScreenOperationsNC
-
sizeOfReagents
public final int sizeOfReagents()
- Specified by:
sizeOfReagents
in interface_ScreenOperationsNC
-
unlinkAnnotation
public final void unlinkAnnotation(Annotation removal)
- Specified by:
unlinkAnnotation
in interface_ScreenOperationsNC
-
unlinkPlate
public final void unlinkPlate(Plate removal)
- Specified by:
unlinkPlate
in interface_ScreenOperationsNC
-
unloadAnnotationLinks
public final void unloadAnnotationLinks()
- Specified by:
unloadAnnotationLinks
in interface_ScreenOperationsNC
-
unloadPlateLinks
public final void unloadPlateLinks()
- Specified by:
unloadPlateLinks
in interface_ScreenOperationsNC
-
unloadReagents
public final void unloadReagents()
- Specified by:
unloadReagents
in interface_ScreenOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getType
public static Ice.DispatchStatus ___getType(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setType
public static Ice.DispatchStatus ___setType(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getProtocolIdentifier
public static Ice.DispatchStatus ___getProtocolIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setProtocolIdentifier
public static Ice.DispatchStatus ___setProtocolIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getProtocolDescription
public static Ice.DispatchStatus ___getProtocolDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setProtocolDescription
public static Ice.DispatchStatus ___setProtocolDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getReagentSetIdentifier
public static Ice.DispatchStatus ___getReagentSetIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setReagentSetIdentifier
public static Ice.DispatchStatus ___setReagentSetIdentifier(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getReagentSetDescription
public static Ice.DispatchStatus ___getReagentSetDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setReagentSetDescription
public static Ice.DispatchStatus ___setReagentSetDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unloadPlateLinks
public static Ice.DispatchStatus ___unloadPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sizeOfPlateLinks
public static Ice.DispatchStatus ___sizeOfPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___copyPlateLinks
public static Ice.DispatchStatus ___copyPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addScreenPlateLink
public static Ice.DispatchStatus ___addScreenPlateLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addAllScreenPlateLinkSet
public static Ice.DispatchStatus ___addAllScreenPlateLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeScreenPlateLink
public static Ice.DispatchStatus ___removeScreenPlateLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeAllScreenPlateLinkSet
public static Ice.DispatchStatus ___removeAllScreenPlateLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___clearPlateLinks
public static Ice.DispatchStatus ___clearPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___reloadPlateLinks
public static Ice.DispatchStatus ___reloadPlateLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPlateLinksCountPerOwner
public static Ice.DispatchStatus ___getPlateLinksCountPerOwner(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkPlate
public static Ice.DispatchStatus ___linkPlate(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addScreenPlateLinkToBoth
public static Ice.DispatchStatus ___addScreenPlateLinkToBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___findScreenPlateLink
public static Ice.DispatchStatus ___findScreenPlateLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unlinkPlate
public static Ice.DispatchStatus ___unlinkPlate(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeScreenPlateLinkFromBoth
public static Ice.DispatchStatus ___removeScreenPlateLinkFromBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkedPlateList
public static Ice.DispatchStatus ___linkedPlateList(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unloadReagents
public static Ice.DispatchStatus ___unloadReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sizeOfReagents
public static Ice.DispatchStatus ___sizeOfReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___copyReagents
public static Ice.DispatchStatus ___copyReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addReagent
public static Ice.DispatchStatus ___addReagent(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addAllReagentSet
public static Ice.DispatchStatus ___addAllReagentSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeReagent
public static Ice.DispatchStatus ___removeReagent(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeAllReagentSet
public static Ice.DispatchStatus ___removeAllReagentSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___clearReagents
public static Ice.DispatchStatus ___clearReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___reloadReagents
public static Ice.DispatchStatus ___reloadReagents(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unloadAnnotationLinks
public static Ice.DispatchStatus ___unloadAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sizeOfAnnotationLinks
public static Ice.DispatchStatus ___sizeOfAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___copyAnnotationLinks
public static Ice.DispatchStatus ___copyAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addScreenAnnotationLink
public static Ice.DispatchStatus ___addScreenAnnotationLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addAllScreenAnnotationLinkSet
public static Ice.DispatchStatus ___addAllScreenAnnotationLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeScreenAnnotationLink
public static Ice.DispatchStatus ___removeScreenAnnotationLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeAllScreenAnnotationLinkSet
public static Ice.DispatchStatus ___removeAllScreenAnnotationLinkSet(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___clearAnnotationLinks
public static Ice.DispatchStatus ___clearAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___reloadAnnotationLinks
public static Ice.DispatchStatus ___reloadAnnotationLinks(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAnnotationLinksCountPerOwner
public static Ice.DispatchStatus ___getAnnotationLinksCountPerOwner(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkAnnotation
public static Ice.DispatchStatus ___linkAnnotation(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addScreenAnnotationLinkToBoth
public static Ice.DispatchStatus ___addScreenAnnotationLinkToBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___findScreenAnnotationLink
public static Ice.DispatchStatus ___findScreenAnnotationLink(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unlinkAnnotation
public static Ice.DispatchStatus ___unlinkAnnotation(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeScreenAnnotationLinkFromBoth
public static Ice.DispatchStatus ___removeScreenAnnotationLinkFromBoth(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkedAnnotationList
public static Ice.DispatchStatus ___linkedAnnotationList(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getName
public static Ice.DispatchStatus ___getName(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setName
public static Ice.DispatchStatus ___setName(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getDescription
public static Ice.DispatchStatus ___getDescription(Screen __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setDescription
public static Ice.DispatchStatus ___setDescription(Screen __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
-
-