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 RString
getMimeType(Ice.Current __current)
Pixels
getPixels(Ice.Current __current)
RString
getRef(Ice.Current __current)
RInt
getSizeX(Ice.Current __current)
RInt
getSizeY(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setMimeType(RString theMimeType, Ice.Current __current)
void
setPixels(Pixels thePixels, Ice.Current __current)
void
setRef(RString theRef, Ice.Current __current)
void
setSizeX(RInt theSizeX, Ice.Current __current)
void
setSizeY(RInt theSizeY, Ice.Current __current)
void
setVersion(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)
-
-