public class NodeReferenceInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeReferenceInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getOriginalID()
Gets the ID of the referenced node.
|
String |
getOriginalType()
Gets the type of the referenced node.
|
Long |
getVersionNum()
Gets the referenced version number of the referenced node (e.g. for a Generation node).
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setOriginalID(long value)
Sets the ID of the referenced node.
|
void |
setOriginalType(String value)
Sets the type of the referenced node.
|
void |
setVersionNum(Long value)
Sets the referenced version number of the referenced node (e.g. for a Generation node).
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setOriginalID(long value)
public long getOriginalID()
public void setOriginalType(String value)
public String getOriginalType()
public void setVersionNum(Long value)
public Long getVersionNum()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.