Package omero.model
Class Microscope
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Microscope
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_MicroscopeOperations
,_MicroscopeOperationsNC
- Direct Known Subclasses:
_MicroscopeTie
,MicroscopeI
public abstract class Microscope extends IObject implements _MicroscopeOperations, _MicroscopeOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RString
lotNumber
protected RString
manufacturer
protected RString
model
protected RString
serialNumber
static long
serialVersionUID
protected MicroscopeType
type
protected RInt
version
-
Constructor Summary
Constructors Constructor Description Microscope()
Microscope(RLong id, Details details, boolean loaded, RInt version, RString manufacturer, RString model, RString lotNumber, RString serialNumber, MicroscopeType type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getLotNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getManufacturer(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getModel(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSerialNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getType(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setLotNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setManufacturer(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setModel(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSerialNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setType(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(Microscope __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)
Microscope
clone()
RString
getLotNumber()
RString
getManufacturer()
RString
getModel()
RString
getSerialNumber()
MicroscopeType
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()
void
setLotNumber(RString theLotNumber)
void
setManufacturer(RString theManufacturer)
void
setModel(RString theModel)
void
setSerialNumber(RString theSerialNumber)
void
setType(MicroscopeType theType)
void
setVersion(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._MicroscopeOperations
getLotNumber, getManufacturer, getModel, getSerialNumber, getType, getVersion, setLotNumber, setManufacturer, setModel, setSerialNumber, setType, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
manufacturer
protected RString manufacturer
-
model
protected RString model
-
lotNumber
protected RString lotNumber
-
serialNumber
protected RString serialNumber
-
type
protected MicroscopeType type
-
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()
-
getLotNumber
public final RString getLotNumber()
- Specified by:
getLotNumber
in interface_MicroscopeOperationsNC
-
getManufacturer
public final RString getManufacturer()
- Specified by:
getManufacturer
in interface_MicroscopeOperationsNC
-
getModel
public final RString getModel()
- Specified by:
getModel
in interface_MicroscopeOperationsNC
-
getSerialNumber
public final RString getSerialNumber()
- Specified by:
getSerialNumber
in interface_MicroscopeOperationsNC
-
getType
public final MicroscopeType getType()
- Specified by:
getType
in interface_MicroscopeOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_MicroscopeOperationsNC
-
setLotNumber
public final void setLotNumber(RString theLotNumber)
- Specified by:
setLotNumber
in interface_MicroscopeOperationsNC
-
setManufacturer
public final void setManufacturer(RString theManufacturer)
- Specified by:
setManufacturer
in interface_MicroscopeOperationsNC
-
setModel
public final void setModel(RString theModel)
- Specified by:
setModel
in interface_MicroscopeOperationsNC
-
setSerialNumber
public final void setSerialNumber(RString theSerialNumber)
- Specified by:
setSerialNumber
in interface_MicroscopeOperationsNC
-
setType
public final void setType(MicroscopeType theType)
- Specified by:
setType
in interface_MicroscopeOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_MicroscopeOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getManufacturer
public static Ice.DispatchStatus ___getManufacturer(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setManufacturer
public static Ice.DispatchStatus ___setManufacturer(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getModel
public static Ice.DispatchStatus ___getModel(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setModel
public static Ice.DispatchStatus ___setModel(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getLotNumber
public static Ice.DispatchStatus ___getLotNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setLotNumber
public static Ice.DispatchStatus ___setLotNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSerialNumber
public static Ice.DispatchStatus ___getSerialNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSerialNumber
public static Ice.DispatchStatus ___setSerialNumber(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getType
public static Ice.DispatchStatus ___getType(Microscope __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setType
public static Ice.DispatchStatus ___setType(Microscope __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 Microscope clone()
-
-