public class SEdge extends ServiceDataObject implements Serializable
Constructor and Description |
---|
SEdge() |
Modifier and Type | Method and Description |
---|---|
Date[] |
getD()
Gets the values of any date fields on this edge.
|
Date |
getD(int index)
Gets the value at the specified index in the D array.
|
String |
getFromID()
Gets the ID of the node this edge points from.
|
int[] |
getI()
Gets the values of any integer fields on this edge.
|
int |
getI(int index)
Gets the value at the specified index in the I array.
|
String |
getID()
Gets the ID of this edge.
|
double[] |
getR()
Gets the values of any real fields on this edge.
|
double |
getR(int index)
Gets the value at the specified index in the R array.
|
String[] |
getS()
Gets the values of any string fields on this edge.
|
String |
getS(int index)
Gets the value at the specified index in the S array.
|
String |
getToID()
Gets the ID of the node this edge points to.
|
String |
getType()
Gets the id of the DataBagType which describes this edge.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setD(Date[] value)
Sets the values of any date fields on this edge.
|
void |
setD(int index,
Date value)
Sets the value at the specified index in the fD array.
|
void |
setFromID(String value)
Sets the ID of the node this edge points from.
|
void |
setI(int[] value)
Sets the values of any integer fields on this edge.
|
void |
setI(int index,
int value)
Sets the value at the specified index in the fI array.
|
void |
setID(String value)
Sets the ID of this edge.
|
void |
setR(double[] value)
Sets the values of any real fields on this edge.
|
void |
setR(int index,
double value)
Sets the value at the specified index in the fR array.
|
void |
setS(int index,
String value)
Sets the value at the specified index in the fS array.
|
void |
setS(String[] value)
Sets the values of any string fields on this edge.
|
void |
setToID(String value)
Sets the ID of the node this edge points to.
|
void |
setType(String value)
Sets the id of the DataBagType which describes this edge.
|
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 setD(Date[] value)
public Date[] getD()
public void setD(int index, Date value)
public Date getD(int index)
public void setFromID(String value)
public String getFromID()
public void setI(int[] value)
public int[] getI()
public void setI(int index, int value)
public int getI(int index)
public void setID(String value)
public String getID()
public void setR(double[] value)
public double[] getR()
public void setR(int index, double value)
public double getR(int index)
public void setS(String[] value)
public String[] getS()
public void setS(int index, String value)
public String getS(int index)
public void setToID(String value)
public String getToID()
public void setType(String value)
public String getType()
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.