Package omero.model
Interface _OriginalFileAnnotationLinkOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_OriginalFileAnnotationLinkTie
,OriginalFileAnnotationLink
,OriginalFileAnnotationLinkI
public interface _OriginalFileAnnotationLinkOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation
getChild(Ice.Current __current)
OriginalFile
getParent(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
link(OriginalFile theParent, Annotation theChild, Ice.Current __current)
void
setChild(Annotation theChild, Ice.Current __current)
void
setParent(OriginalFile theParent, 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)
-
getParent
OriginalFile getParent(Ice.Current __current)
-
setParent
void setParent(OriginalFile theParent, Ice.Current __current)
-
getChild
Annotation getChild(Ice.Current __current)
-
setChild
void setChild(Annotation theChild, Ice.Current __current)
-
link
void link(OriginalFile theParent, Annotation theChild, Ice.Current __current)
-
-