Package omero.model
Interface _ThumbnailOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ThumbnailTie,Thumbnail,ThumbnailI
public interface _ThumbnailOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RStringgetMimeType(Ice.Current __current)PixelsgetPixels(Ice.Current __current)RStringgetRef(Ice.Current __current)RIntgetSizeX(Ice.Current __current)RIntgetSizeY(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidsetMimeType(RString theMimeType, Ice.Current __current)voidsetPixels(Pixels thePixels, Ice.Current __current)voidsetRef(RString theRef, Ice.Current __current)voidsetSizeX(RInt theSizeX, Ice.Current __current)voidsetSizeY(RInt theSizeY, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
getPixels
Pixels getPixels(Ice.Current __current)
-
setPixels
void setPixels(Pixels thePixels, Ice.Current __current)
-
getMimeType
RString getMimeType(Ice.Current __current)
-
setMimeType
void setMimeType(RString theMimeType, Ice.Current __current)
-
getSizeX
RInt getSizeX(Ice.Current __current)
-
setSizeX
void setSizeX(RInt theSizeX, Ice.Current __current)
-
getSizeY
RInt getSizeY(Ice.Current __current)
-
setSizeY
void setSizeY(RInt theSizeY, Ice.Current __current)
-
getRef
RString getRef(Ice.Current __current)
-
setRef
void setRef(RString theRef, Ice.Current __current)
-
-