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