Package omero.model
Class Thumbnail
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Thumbnail
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_ThumbnailOperations
,_ThumbnailOperationsNC
- Direct Known Subclasses:
_ThumbnailTie
,ThumbnailI
public abstract class Thumbnail extends IObject implements _ThumbnailOperations, _ThumbnailOperationsNC
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getMimeType(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPixels(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRef(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSizeX(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSizeY(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setMimeType(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPixels(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setRef(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSizeX(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSizeY(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(Thumbnail __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)
Thumbnail
clone()
RString
getMimeType()
Pixels
getPixels()
RString
getRef()
RInt
getSizeX()
RInt
getSizeY()
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
setMimeType(RString theMimeType)
void
setPixels(Pixels thePixels)
void
setRef(RString theRef)
void
setSizeX(RInt theSizeX)
void
setSizeY(RInt theSizeY)
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._ThumbnailOperations
getMimeType, getPixels, getRef, getSizeX, getSizeY, getVersion, setMimeType, setPixels, setRef, setSizeX, setSizeY, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
pixels
protected Pixels pixels
-
mimeType
protected RString mimeType
-
sizeX
protected RInt sizeX
-
sizeY
protected RInt sizeY
-
ref
protected RString ref
-
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()
-
getMimeType
public final RString getMimeType()
- Specified by:
getMimeType
in interface_ThumbnailOperationsNC
-
getPixels
public final Pixels getPixels()
- Specified by:
getPixels
in interface_ThumbnailOperationsNC
-
getRef
public final RString getRef()
- Specified by:
getRef
in interface_ThumbnailOperationsNC
-
getSizeX
public final RInt getSizeX()
- Specified by:
getSizeX
in interface_ThumbnailOperationsNC
-
getSizeY
public final RInt getSizeY()
- Specified by:
getSizeY
in interface_ThumbnailOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_ThumbnailOperationsNC
-
setMimeType
public final void setMimeType(RString theMimeType)
- Specified by:
setMimeType
in interface_ThumbnailOperationsNC
-
setPixels
public final void setPixels(Pixels thePixels)
- Specified by:
setPixels
in interface_ThumbnailOperationsNC
-
setRef
public final void setRef(RString theRef)
- Specified by:
setRef
in interface_ThumbnailOperationsNC
-
setSizeX
public final void setSizeX(RInt theSizeX)
- Specified by:
setSizeX
in interface_ThumbnailOperationsNC
-
setSizeY
public final void setSizeY(RInt theSizeY)
- Specified by:
setSizeY
in interface_ThumbnailOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_ThumbnailOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPixels
public static Ice.DispatchStatus ___getPixels(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPixels
public static Ice.DispatchStatus ___setPixels(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getMimeType
public static Ice.DispatchStatus ___getMimeType(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setMimeType
public static Ice.DispatchStatus ___setMimeType(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSizeX
public static Ice.DispatchStatus ___getSizeX(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSizeX
public static Ice.DispatchStatus ___setSizeX(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSizeY
public static Ice.DispatchStatus ___getSizeY(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSizeY
public static Ice.DispatchStatus ___setSizeY(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRef
public static Ice.DispatchStatus ___getRef(Thumbnail __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setRef
public static Ice.DispatchStatus ___setRef(Thumbnail __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
-
-