Package omero.model
Interface _FolderRoiLinkOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_FolderRoiLinkTie,FolderRoiLink,FolderRoiLinkI
public interface _FolderRoiLinkOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoigetChild(Ice.Current __current)FoldergetParent(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidlink(Folder theParent, Roi theChild, Ice.Current __current)voidsetChild(Roi theChild, Ice.Current __current)voidsetParent(Folder theParent, 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)
-
getParent
Folder getParent(Ice.Current __current)
-
setParent
void setParent(Folder theParent, Ice.Current __current)
-
getChild
Roi getChild(Ice.Current __current)
-
setChild
void setChild(Roi theChild, Ice.Current __current)
-
-