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)
WellSample
clone()
Image
getImage()
PlateAcquisition
getPlateAcquisition()
Length
getPosX()
Length
getPosY()
RTime
getTimepoint()
RInt
getVersion()
Well
getWell()
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()
void
setImage(Image theImage)
void
setPlateAcquisition(PlateAcquisition thePlateAcquisition)
void
setPosX(Length thePosX)
void
setPosY(Length thePosY)
void
setTimepoint(RTime theTimepoint)
void
setVersion(RInt theVersion)
void
setWell(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:
getImage
in interface_WellSampleOperationsNC
-
getPlateAcquisition
public final PlateAcquisition getPlateAcquisition()
- Specified by:
getPlateAcquisition
in interface_WellSampleOperationsNC
-
getPosX
public final Length getPosX()
- Specified by:
getPosX
in interface_WellSampleOperationsNC
-
getPosY
public final Length getPosY()
- Specified by:
getPosY
in interface_WellSampleOperationsNC
-
getTimepoint
public final RTime getTimepoint()
- Specified by:
getTimepoint
in interface_WellSampleOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_WellSampleOperationsNC
-
getWell
public final Well getWell()
- Specified by:
getWell
in interface_WellSampleOperationsNC
-
setImage
public final void setImage(Image theImage)
- Specified by:
setImage
in interface_WellSampleOperationsNC
-
setPlateAcquisition
public final void setPlateAcquisition(PlateAcquisition thePlateAcquisition)
- Specified by:
setPlateAcquisition
in interface_WellSampleOperationsNC
-
setPosX
public final void setPosX(Length thePosX)
- Specified by:
setPosX
in interface_WellSampleOperationsNC
-
setPosY
public final void setPosY(Length thePosY)
- Specified by:
setPosY
in interface_WellSampleOperationsNC
-
setTimepoint
public final void setTimepoint(RTime theTimepoint)
- Specified by:
setTimepoint
in interface_WellSampleOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_WellSampleOperationsNC
-
setWell
public final void setWell(Well theWell)
- Specified by:
setWell
in 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:
__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
-
clone
public WellSample clone()
-
-