Package omero.model
Class WellSample
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.WellSample
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,_IObjectOperations,_IObjectOperationsNC,_WellSampleOperations,_WellSampleOperationsNC
- Direct Known Subclasses:
_WellSampleTie,WellSampleI
public abstract class WellSample extends IObject implements _WellSampleOperations, _WellSampleOperationsNC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WellSample()WellSample(RLong id, Details details, boolean loaded, RInt version, Length posX, Length posY, RTime timepoint, PlateAcquisition plateAcquisition, Well well, Image image)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___getImage(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getPlateAcquisition(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getPosX(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getPosY(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getTimepoint(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getVersion(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getWell(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setImage(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setPlateAcquisition(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setPosX(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setPosY(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setTimepoint(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setVersion(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setWell(WellSample __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)WellSampleclone()ImagegetImage()PlateAcquisitiongetPlateAcquisition()LengthgetPosX()LengthgetPosY()RTimegetTimepoint()RIntgetVersion()WellgetWell()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()voidsetImage(Image theImage)voidsetPlateAcquisition(PlateAcquisition thePlateAcquisition)voidsetPosX(Length thePosX)voidsetPosY(Length thePosY)voidsetTimepoint(RTime theTimepoint)voidsetVersion(RInt theVersion)voidsetWell(Well theWell)-
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._WellSampleOperations
getImage, getPlateAcquisition, getPosX, getPosY, getTimepoint, getVersion, getWell, setImage, setPlateAcquisition, setPosX, setPosY, setTimepoint, setVersion, setWell
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
posX
protected Length posX
-
posY
protected Length posY
-
timepoint
protected RTime timepoint
-
plateAcquisition
protected PlateAcquisition plateAcquisition
-
well
protected Well well
-
image
protected Image image
-
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()
-
getImage
public final Image getImage()
- Specified by:
getImagein interface_WellSampleOperationsNC
-
getPlateAcquisition
public final PlateAcquisition getPlateAcquisition()
- Specified by:
getPlateAcquisitionin interface_WellSampleOperationsNC
-
getPosX
public final Length getPosX()
- Specified by:
getPosXin interface_WellSampleOperationsNC
-
getPosY
public final Length getPosY()
- Specified by:
getPosYin interface_WellSampleOperationsNC
-
getTimepoint
public final RTime getTimepoint()
- Specified by:
getTimepointin interface_WellSampleOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersionin interface_WellSampleOperationsNC
-
getWell
public final Well getWell()
- Specified by:
getWellin interface_WellSampleOperationsNC
-
setImage
public final void setImage(Image theImage)
- Specified by:
setImagein interface_WellSampleOperationsNC
-
setPlateAcquisition
public final void setPlateAcquisition(PlateAcquisition thePlateAcquisition)
- Specified by:
setPlateAcquisitionin interface_WellSampleOperationsNC
-
setPosX
public final void setPosX(Length thePosX)
- Specified by:
setPosXin interface_WellSampleOperationsNC
-
setPosY
public final void setPosY(Length thePosY)
- Specified by:
setPosYin interface_WellSampleOperationsNC
-
setTimepoint
public final void setTimepoint(RTime theTimepoint)
- Specified by:
setTimepointin interface_WellSampleOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersionin interface_WellSampleOperationsNC
-
setWell
public final void setWell(Well theWell)
- Specified by:
setWellin interface_WellSampleOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPosX
public static Ice.DispatchStatus ___getPosX(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPosX
public static Ice.DispatchStatus ___setPosX(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPosY
public static Ice.DispatchStatus ___getPosY(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPosY
public static Ice.DispatchStatus ___setPosY(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getTimepoint
public static Ice.DispatchStatus ___getTimepoint(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setTimepoint
public static Ice.DispatchStatus ___setTimepoint(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPlateAcquisition
public static Ice.DispatchStatus ___getPlateAcquisition(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPlateAcquisition
public static Ice.DispatchStatus ___setPlateAcquisition(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getWell
public static Ice.DispatchStatus ___getWell(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setWell
public static Ice.DispatchStatus ___setWell(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getImage
public static Ice.DispatchStatus ___getImage(WellSample __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setImage
public static Ice.DispatchStatus ___setImage(WellSample __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 WellSample clone()
-
-