public class DataBagType extends ServiceDataObject implements Serializable
Constructor and Description |
---|
DataBagType() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDates()
Gets the names of any date attributes in the corresponding edge or node.
|
String |
getDates(int index)
Gets the value at the specified index in the Dates array.
|
String |
getID()
Gets the id of the type, referred to in the corresponding edge or node.
|
String[] |
getInts()
Gets the names of any integer attributes in the corresponding edge or node.
|
String |
getInts(int index)
Gets the value at the specified index in the Ints array.
|
String[] |
getReals()
Gets the names of any real attributes in the corresponding edge or node.
|
String |
getReals(int index)
Gets the value at the specified index in the Reals array.
|
String[] |
getStrings()
Gets the names of any string attributes in the corresponding edge or node.
|
String |
getStrings(int index)
Gets the value at the specified index in the Strings array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDates(int index,
String value)
Sets the value at the specified index in the fDates array.
|
void |
setDates(String[] value)
Sets the names of any date attributes in the corresponding edge or node.
|
void |
setID(String value)
Sets the id of the type, referred to in the corresponding edge or node.
|
void |
setInts(int index,
String value)
Sets the value at the specified index in the fInts array.
|
void |
setInts(String[] value)
Sets the names of any integer attributes in the corresponding edge or node.
|
void |
setReals(int index,
String value)
Sets the value at the specified index in the fReals array.
|
void |
setReals(String[] value)
Sets the names of any real attributes in the corresponding edge or node.
|
void |
setStrings(int index,
String value)
Sets the value at the specified index in the fStrings array.
|
void |
setStrings(String[] value)
Sets the names of any string attributes in the corresponding edge or 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 setDates(String[] value)
public String[] getDates()
public void setDates(int index, String value)
public String getDates(int index)
public void setID(String value)
public String getID()
public void setInts(String[] value)
public String[] getInts()
public void setInts(int index, String value)
public String getInts(int index)
public void setReals(String[] value)
public String[] getReals()
public void setReals(int index, String value)
public String getReals(int index)
public void setStrings(String[] value)
public String[] getStrings()
public void setStrings(int index, String value)
public String getStrings(int index)
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.