Package omero.model
Interface _PixelsOriginalFileMapOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_PixelsOriginalFileMapTie
,PixelsOriginalFileMap
,PixelsOriginalFileMapI
public interface _PixelsOriginalFileMapOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pixels
getChild()
OriginalFile
getParent()
RInt
getVersion()
void
link(OriginalFile theParent, Pixels theChild)
void
setChild(Pixels theChild)
void
setParent(OriginalFile theParent)
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)
-
getParent
OriginalFile getParent()
-
setParent
void setParent(OriginalFile theParent)
-
getChild
Pixels getChild()
-
setChild
void setChild(Pixels theChild)
-
link
void link(OriginalFile theParent, Pixels theChild)
-
-