public abstract class ProjectDatasetLink extends IObject implements _ProjectDatasetLinkOperations, _ProjectDatasetLinkOperationsNC
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
protected Dataset |
child |
protected Project |
parent |
static long |
serialVersionUID |
protected RInt |
version |
Constructor and Description |
---|
ProjectDatasetLink() |
ProjectDatasetLink(RLong id,
Details details,
boolean loaded,
RInt version,
Project parent,
Dataset child) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___getChild(ProjectDatasetLink __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getParent(ProjectDatasetLink __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getVersion(ProjectDatasetLink __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___link(ProjectDatasetLink __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setChild(ProjectDatasetLink __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setParent(ProjectDatasetLink __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setVersion(ProjectDatasetLink __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) |
ProjectDatasetLink |
clone() |
Dataset |
getChild() |
Project |
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(Project theParent,
Dataset theChild) |
void |
setChild(Dataset theChild) |
void |
setParent(Project theParent) |
void |
setVersion(RInt theVersion) |
___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
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChild, getParent, getVersion, link, setChild, setParent, setVersion
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
public static final java.lang.String[] __ids
protected RInt version
protected Project parent
protected Dataset child
public static final long serialVersionUID
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final Dataset getChild()
getChild
in interface _ProjectDatasetLinkOperationsNC
public final Project getParent()
getParent
in interface _ProjectDatasetLinkOperationsNC
public final RInt getVersion()
getVersion
in interface _ProjectDatasetLinkOperationsNC
public final void link(Project theParent, Dataset theChild)
link
in interface _ProjectDatasetLinkOperationsNC
public final void setChild(Dataset theChild)
setChild
in interface _ProjectDatasetLinkOperationsNC
public final void setParent(Project theParent)
setParent
in interface _ProjectDatasetLinkOperationsNC
public final void setVersion(RInt theVersion)
setVersion
in interface _ProjectDatasetLinkOperationsNC
public static Ice.DispatchStatus ___getVersion(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setVersion(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getParent(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setParent(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getChild(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setChild(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___link(ProjectDatasetLink __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class IObject
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class IObject
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class IObject
public ProjectDatasetLink clone()