Package omero.model
Class _WellTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Well
-
- omero.model._WellTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_WellOperations
,_WellOperationsNC
public class _WellTie extends Well implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.model.Well
__ids, alpha, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, blue, column, externalDescription, externalIdentifier, green, plate, reagentLinksCountPerOwner, reagentLinksLoaded, reagentLinksSeq, red, row, status, type, version, wellSamplesLoaded, wellSamplesSeq
-
-
Constructor Summary
Constructors Constructor Description _WellTie()
_WellTie(_WellOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
void
addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void
addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
void
addWellAnnotationLink(WellAnnotationLink target, Ice.Current __current)
void
addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addWellReagentLink(WellReagentLink target, Ice.Current __current)
void
addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
void
addWellSample(WellSample target, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearReagentLinks(Ice.Current __current)
void
clearWellSamples(Ice.Current __current)
java.util.List<WellAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<WellReagentLink>
copyReagentLinks(Ice.Current __current)
java.util.List<WellSample>
copyWellSamples(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
java.util.List<WellAnnotationLink>
findWellAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<WellReagentLink>
findWellReagentLink(Reagent removal, Ice.Current __current)
RInt
getAlpha(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RInt
getBlue(Ice.Current __current)
RInt
getColumn(Ice.Current __current)
Details
getDetails(Ice.Current __current)
RString
getExternalDescription(Ice.Current __current)
RString
getExternalIdentifier(Ice.Current __current)
RInt
getGreen(Ice.Current __current)
RLong
getId(Ice.Current __current)
Plate
getPlate(Ice.Current __current)
WellSample
getPrimaryWellSample(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getReagentLinksCountPerOwner(Ice.Current __current)
RInt
getRed(Ice.Current __current)
RInt
getRow(Ice.Current __current)
RString
getStatus(Ice.Current __current)
RString
getType(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
WellSample
getWellSample(int index, Ice.Current __current)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
boolean
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply for both reading and writing these instances.boolean
isLink(Ice.Current __current)
A link between two other types.boolean
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.boolean
isMutable(Ice.Current __current)
The server will persist changes made to these types.WellAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Reagent>
linkedReagentList(Ice.Current __current)
WellReagentLink
linkReagent(Reagent addition, Ice.Current __current)
IObject
proxy(Ice.Current __current)
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );void
reloadAnnotationLinks(Well toCopy, Ice.Current __current)
void
reloadReagentLinks(Well toCopy, Ice.Current __current)
void
reloadWellSamples(Well toCopy, Ice.Current __current)
void
removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
void
removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void
removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
void
removeWellAnnotationLink(WellAnnotationLink theTarget, Ice.Current __current)
void
removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeWellReagentLink(WellReagentLink theTarget, Ice.Current __current)
void
removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
void
removeWellSample(WellSample theTarget, Ice.Current __current)
void
setAlpha(RInt theAlpha, Ice.Current __current)
void
setBlue(RInt theBlue, Ice.Current __current)
void
setColumn(RInt theColumn, Ice.Current __current)
void
setExternalDescription(RString theExternalDescription, Ice.Current __current)
void
setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
void
setGreen(RInt theGreen, Ice.Current __current)
void
setId(RLong id, Ice.Current __current)
void
setPlate(Plate thePlate, Ice.Current __current)
WellSample
setPrimaryWellSample(WellSample theElement, Ice.Current __current)
void
setRed(RInt theRed, Ice.Current __current)
void
setRow(RInt theRow, Ice.Current __current)
void
setStatus(RString theStatus, Ice.Current __current)
void
setType(RString theType, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
WellSample
setWellSample(int index, WellSample theElement, Ice.Current __current)
IObject
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfReagentLinks(Ice.Current __current)
int
sizeOfWellSamples(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkReagent(Reagent removal, Ice.Current __current)
void
unload(Ice.Current __current)
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.void
unloadAnnotationLinks(Ice.Current __current)
void
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently of the object itself.void
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link to many other objects.void
unloadReagentLinks(Ice.Current __current)
void
unloadWellSamples(Ice.Current __current)
-
Methods inherited from class omero.model.Well
___addAllWellAnnotationLinkSet, ___addAllWellReagentLinkSet, ___addAllWellSampleSet, ___addWellAnnotationLink, ___addWellAnnotationLinkToBoth, ___addWellReagentLink, ___addWellReagentLinkToBoth, ___addWellSample, ___clearAnnotationLinks, ___clearReagentLinks, ___clearWellSamples, ___copyAnnotationLinks, ___copyReagentLinks, ___copyWellSamples, ___findWellAnnotationLink, ___findWellReagentLink, ___getAlpha, ___getAnnotationLinksCountPerOwner, ___getBlue, ___getColumn, ___getExternalDescription, ___getExternalIdentifier, ___getGreen, ___getPlate, ___getPrimaryWellSample, ___getReagentLinksCountPerOwner, ___getRed, ___getRow, ___getStatus, ___getType, ___getVersion, ___getWellSample, ___linkAnnotation, ___linkedAnnotationList, ___linkedReagentList, ___linkReagent, ___reloadAnnotationLinks, ___reloadReagentLinks, ___reloadWellSamples, ___removeAllWellAnnotationLinkSet, ___removeAllWellReagentLinkSet, ___removeAllWellSampleSet, ___removeWellAnnotationLink, ___removeWellAnnotationLinkFromBoth, ___removeWellReagentLink, ___removeWellReagentLinkFromBoth, ___removeWellSample, ___setAlpha, ___setBlue, ___setColumn, ___setExternalDescription, ___setExternalIdentifier, ___setGreen, ___setPlate, ___setPrimaryWellSample, ___setRed, ___setRow, ___setStatus, ___setType, ___setVersion, ___setWellSample, ___sizeOfAnnotationLinks, ___sizeOfReagentLinks, ___sizeOfWellSamples, ___unlinkAnnotation, ___unlinkReagent, ___unloadAnnotationLinks, ___unloadReagentLinks, ___unloadWellSamples, __dispatch, __readImpl, __writeImpl, addAllWellAnnotationLinkSet, addAllWellReagentLinkSet, addAllWellSampleSet, addWellAnnotationLink, addWellAnnotationLinkToBoth, addWellReagentLink, addWellReagentLinkToBoth, addWellSample, clearAnnotationLinks, clearReagentLinks, clearWellSamples, clone, copyAnnotationLinks, copyReagentLinks, copyWellSamples, findWellAnnotationLink, findWellReagentLink, getAlpha, getAnnotationLinksCountPerOwner, getBlue, getColumn, getExternalDescription, getExternalIdentifier, getGreen, getPlate, getPrimaryWellSample, getReagentLinksCountPerOwner, getRed, getRow, getStatus, getType, getVersion, getWellSample, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedReagentList, linkReagent, reloadAnnotationLinks, reloadReagentLinks, reloadWellSamples, removeAllWellAnnotationLinkSet, removeAllWellReagentLinkSet, removeAllWellSampleSet, removeWellAnnotationLink, removeWellAnnotationLinkFromBoth, removeWellReagentLink, removeWellReagentLinkFromBoth, removeWellSample, setAlpha, setBlue, setColumn, setExternalDescription, setExternalIdentifier, setGreen, setPlate, setPrimaryWellSample, setRed, setRow, setStatus, setType, setVersion, setWellSample, sizeOfAnnotationLinks, sizeOfReagentLinks, sizeOfWellSamples, unlinkAnnotation, unlinkReagent, unloadAnnotationLinks, unloadReagentLinks, unloadWellSamples
-
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
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_WellTie
public _WellTie()
-
_WellTie
public _WellTie(_WellOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetails
in interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getId
in interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setId
in interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
addAllWellAnnotationLinkSet
public void addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllWellAnnotationLinkSet
in interface_WellOperations
-
addAllWellReagentLinkSet
public void addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
- Specified by:
addAllWellReagentLinkSet
in interface_WellOperations
-
addAllWellSampleSet
public void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
- Specified by:
addAllWellSampleSet
in interface_WellOperations
-
addWellAnnotationLink
public void addWellAnnotationLink(WellAnnotationLink target, Ice.Current __current)
- Specified by:
addWellAnnotationLink
in interface_WellOperations
-
addWellAnnotationLinkToBoth
public void addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addWellAnnotationLinkToBoth
in interface_WellOperations
-
addWellReagentLink
public void addWellReagentLink(WellReagentLink target, Ice.Current __current)
- Specified by:
addWellReagentLink
in interface_WellOperations
-
addWellReagentLinkToBoth
public void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addWellReagentLinkToBoth
in interface_WellOperations
-
addWellSample
public void addWellSample(WellSample target, Ice.Current __current)
- Specified by:
addWellSample
in interface_WellOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinks
in interface_WellOperations
-
clearReagentLinks
public void clearReagentLinks(Ice.Current __current)
- Specified by:
clearReagentLinks
in interface_WellOperations
-
clearWellSamples
public void clearWellSamples(Ice.Current __current)
- Specified by:
clearWellSamples
in interface_WellOperations
-
copyAnnotationLinks
public java.util.List<WellAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinks
in interface_WellOperations
-
copyReagentLinks
public java.util.List<WellReagentLink> copyReagentLinks(Ice.Current __current)
- Specified by:
copyReagentLinks
in interface_WellOperations
-
copyWellSamples
public java.util.List<WellSample> copyWellSamples(Ice.Current __current)
- Specified by:
copyWellSamples
in interface_WellOperations
-
findWellAnnotationLink
public java.util.List<WellAnnotationLink> findWellAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findWellAnnotationLink
in interface_WellOperations
-
findWellReagentLink
public java.util.List<WellReagentLink> findWellReagentLink(Reagent removal, Ice.Current __current)
- Specified by:
findWellReagentLink
in interface_WellOperations
-
getAlpha
public RInt getAlpha(Ice.Current __current)
- Specified by:
getAlpha
in interface_WellOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_WellOperations
-
getBlue
public RInt getBlue(Ice.Current __current)
- Specified by:
getBlue
in interface_WellOperations
-
getColumn
public RInt getColumn(Ice.Current __current)
- Specified by:
getColumn
in interface_WellOperations
-
getExternalDescription
public RString getExternalDescription(Ice.Current __current)
- Specified by:
getExternalDescription
in interface_WellOperations
-
getExternalIdentifier
public RString getExternalIdentifier(Ice.Current __current)
- Specified by:
getExternalIdentifier
in interface_WellOperations
-
getGreen
public RInt getGreen(Ice.Current __current)
- Specified by:
getGreen
in interface_WellOperations
-
getPlate
public Plate getPlate(Ice.Current __current)
- Specified by:
getPlate
in interface_WellOperations
-
getPrimaryWellSample
public WellSample getPrimaryWellSample(Ice.Current __current)
- Specified by:
getPrimaryWellSample
in interface_WellOperations
-
getReagentLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getReagentLinksCountPerOwner(Ice.Current __current)
- Specified by:
getReagentLinksCountPerOwner
in interface_WellOperations
-
getRed
public RInt getRed(Ice.Current __current)
- Specified by:
getRed
in interface_WellOperations
-
getRow
public RInt getRow(Ice.Current __current)
- Specified by:
getRow
in interface_WellOperations
-
getStatus
public RString getStatus(Ice.Current __current)
- Specified by:
getStatus
in interface_WellOperations
-
getType
public RString getType(Ice.Current __current)
- Specified by:
getType
in interface_WellOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersion
in interface_WellOperations
-
getWellSample
public WellSample getWellSample(int index, Ice.Current __current)
- Specified by:
getWellSample
in interface_WellOperations
-
linkAnnotation
public WellAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotation
in interface_WellOperations
-
linkReagent
public WellReagentLink linkReagent(Reagent addition, Ice.Current __current)
- Specified by:
linkReagent
in interface_WellOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationList
in interface_WellOperations
-
linkedReagentList
public java.util.List<Reagent> linkedReagentList(Ice.Current __current)
- Specified by:
linkedReagentList
in interface_WellOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Well toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinks
in interface_WellOperations
-
reloadReagentLinks
public void reloadReagentLinks(Well toCopy, Ice.Current __current)
- Specified by:
reloadReagentLinks
in interface_WellOperations
-
reloadWellSamples
public void reloadWellSamples(Well toCopy, Ice.Current __current)
- Specified by:
reloadWellSamples
in interface_WellOperations
-
removeAllWellAnnotationLinkSet
public void removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllWellAnnotationLinkSet
in interface_WellOperations
-
removeAllWellReagentLinkSet
public void removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
- Specified by:
removeAllWellReagentLinkSet
in interface_WellOperations
-
removeAllWellSampleSet
public void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
- Specified by:
removeAllWellSampleSet
in interface_WellOperations
-
removeWellAnnotationLink
public void removeWellAnnotationLink(WellAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeWellAnnotationLink
in interface_WellOperations
-
removeWellAnnotationLinkFromBoth
public void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeWellAnnotationLinkFromBoth
in interface_WellOperations
-
removeWellReagentLink
public void removeWellReagentLink(WellReagentLink theTarget, Ice.Current __current)
- Specified by:
removeWellReagentLink
in interface_WellOperations
-
removeWellReagentLinkFromBoth
public void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeWellReagentLinkFromBoth
in interface_WellOperations
-
removeWellSample
public void removeWellSample(WellSample theTarget, Ice.Current __current)
- Specified by:
removeWellSample
in interface_WellOperations
-
setAlpha
public void setAlpha(RInt theAlpha, Ice.Current __current)
- Specified by:
setAlpha
in interface_WellOperations
-
setBlue
public void setBlue(RInt theBlue, Ice.Current __current)
- Specified by:
setBlue
in interface_WellOperations
-
setColumn
public void setColumn(RInt theColumn, Ice.Current __current)
- Specified by:
setColumn
in interface_WellOperations
-
setExternalDescription
public void setExternalDescription(RString theExternalDescription, Ice.Current __current)
- Specified by:
setExternalDescription
in interface_WellOperations
-
setExternalIdentifier
public void setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
- Specified by:
setExternalIdentifier
in interface_WellOperations
-
setGreen
public void setGreen(RInt theGreen, Ice.Current __current)
- Specified by:
setGreen
in interface_WellOperations
-
setPlate
public void setPlate(Plate thePlate, Ice.Current __current)
- Specified by:
setPlate
in interface_WellOperations
-
setPrimaryWellSample
public WellSample setPrimaryWellSample(WellSample theElement, Ice.Current __current)
- Specified by:
setPrimaryWellSample
in interface_WellOperations
-
setRed
public void setRed(RInt theRed, Ice.Current __current)
- Specified by:
setRed
in interface_WellOperations
-
setRow
public void setRow(RInt theRow, Ice.Current __current)
- Specified by:
setRow
in interface_WellOperations
-
setStatus
public void setStatus(RString theStatus, Ice.Current __current)
- Specified by:
setStatus
in interface_WellOperations
-
setType
public void setType(RString theType, Ice.Current __current)
- Specified by:
setType
in interface_WellOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersion
in interface_WellOperations
-
setWellSample
public WellSample setWellSample(int index, WellSample theElement, Ice.Current __current)
- Specified by:
setWellSample
in interface_WellOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinks
in interface_WellOperations
-
sizeOfReagentLinks
public int sizeOfReagentLinks(Ice.Current __current)
- Specified by:
sizeOfReagentLinks
in interface_WellOperations
-
sizeOfWellSamples
public int sizeOfWellSamples(Ice.Current __current)
- Specified by:
sizeOfWellSamples
in interface_WellOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotation
in interface_WellOperations
-
unlinkReagent
public void unlinkReagent(Reagent removal, Ice.Current __current)
- Specified by:
unlinkReagent
in interface_WellOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinks
in interface_WellOperations
-
unloadReagentLinks
public void unloadReagentLinks(Ice.Current __current)
- Specified by:
unloadReagentLinks
in interface_WellOperations
-
unloadWellSamples
public void unloadWellSamples(Ice.Current __current)
- Specified by:
unloadWellSamples
in interface_WellOperations
-
-