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 RString
getMimeType()
Pixels
getPixels()
RString
getRef()
RInt
getSizeX()
RInt
getSizeY()
RInt
getVersion()
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 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)
-
-