Package omero.model
Interface _DichroicAnnotationLinkOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_DichroicAnnotationLinkTie,DichroicAnnotationLink,DichroicAnnotationLinkI
public interface _DichroicAnnotationLinkOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationgetChild(Ice.Current __current)DichroicgetParent(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidlink(Dichroic theParent, Annotation theChild, Ice.Current __current)voidsetChild(Annotation theChild, Ice.Current __current)voidsetParent(Dichroic 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
Dichroic getParent(Ice.Current __current)
-
setParent
void setParent(Dichroic theParent, Ice.Current __current)
-
getChild
Annotation getChild(Ice.Current __current)
-
setChild
void setChild(Annotation theChild, Ice.Current __current)
-
link
void link(Dichroic theParent, Annotation theChild, Ice.Current __current)
-
-