Package omero.model
Class FilesetJobLink
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.FilesetJobLink
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_FilesetJobLinkOperations
,_FilesetJobLinkOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_FilesetJobLinkTie
,FilesetJobLinkI
public abstract class FilesetJobLink extends IObject implements _FilesetJobLinkOperations, _FilesetJobLinkOperationsNC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilesetJobLink()
FilesetJobLink(RLong id, Details details, boolean loaded, RInt version, Fileset parent, Job child)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getChild(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getParent(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___link(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setChild(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setParent(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
FilesetJobLink
clone()
Job
getChild()
Fileset
getParent()
RInt
getVersion()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
link(Fileset theParent, Job theChild)
void
setChild(Job theChild)
void
setParent(Fileset theParent)
void
setVersion(RInt theVersion)
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._FilesetJobLinkOperations
getChild, getParent, getVersion, link, setChild, setParent, setVersion
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
parent
protected Fileset parent
-
child
protected Job child
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getChild
public final Job getChild()
- Specified by:
getChild
in interface_FilesetJobLinkOperationsNC
-
getParent
public final Fileset getParent()
- Specified by:
getParent
in interface_FilesetJobLinkOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_FilesetJobLinkOperationsNC
-
link
public final void link(Fileset theParent, Job theChild)
- Specified by:
link
in interface_FilesetJobLinkOperationsNC
-
setChild
public final void setChild(Job theChild)
- Specified by:
setChild
in interface_FilesetJobLinkOperationsNC
-
setParent
public final void setParent(Fileset theParent)
- Specified by:
setParent
in interface_FilesetJobLinkOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_FilesetJobLinkOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getParent
public static Ice.DispatchStatus ___getParent(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setParent
public static Ice.DispatchStatus ___setParent(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getChild
public static Ice.DispatchStatus ___getChild(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setChild
public static Ice.DispatchStatus ___setChild(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___link
public static Ice.DispatchStatus ___link(FilesetJobLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
clone
public FilesetJobLink clone()
-
-