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[]__idsprotected RStringlotNumberprotected RStringmanufacturerprotected RStringmodelprotected RStringserialNumberstatic longserialVersionUIDprotected MicroscopeTypetypeprotected RIntversion
-
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)Microscopeclone()RStringgetLotNumber()RStringgetManufacturer()RStringgetModel()RStringgetSerialNumber()MicroscopeTypegetType()RIntgetVersion()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()voidsetLotNumber(RString theLotNumber)voidsetManufacturer(RString theManufacturer)voidsetModel(RString theModel)voidsetSerialNumber(RString theSerialNumber)voidsetType(MicroscopeType theType)voidsetVersion(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:
getLotNumberin interface_MicroscopeOperationsNC
-
getManufacturer
public final RString getManufacturer()
- Specified by:
getManufacturerin interface_MicroscopeOperationsNC
-
getModel
public final RString getModel()
- Specified by:
getModelin interface_MicroscopeOperationsNC
-
getSerialNumber
public final RString getSerialNumber()
- Specified by:
getSerialNumberin interface_MicroscopeOperationsNC
-
getType
public final MicroscopeType getType()
- Specified by:
getTypein interface_MicroscopeOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersionin interface_MicroscopeOperationsNC
-
setLotNumber
public final void setLotNumber(RString theLotNumber)
- Specified by:
setLotNumberin interface_MicroscopeOperationsNC
-
setManufacturer
public final void setManufacturer(RString theManufacturer)
- Specified by:
setManufacturerin interface_MicroscopeOperationsNC
-
setModel
public final void setModel(RString theModel)
- Specified by:
setModelin interface_MicroscopeOperationsNC
-
setSerialNumber
public final void setSerialNumber(RString theSerialNumber)
- Specified by:
setSerialNumberin interface_MicroscopeOperationsNC
-
setType
public final void setType(MicroscopeType theType)
- Specified by:
setTypein interface_MicroscopeOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersionin 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:
__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 Microscope clone()
-
-