public interface _ProjectDatasetLinkOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
Dataset |
getChild(Ice.Current __current) |
Project |
getParent(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
void |
link(Project theParent,
Dataset theChild,
Ice.Current __current) |
void |
setChild(Dataset theChild,
Ice.Current __current) |
void |
setParent(Project theParent,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
Project getParent(Ice.Current __current)
void setParent(Project theParent, Ice.Current __current)
Dataset getChild(Ice.Current __current)
void setChild(Dataset theChild, Ice.Current __current)