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