public class NodeFeature extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeFeature() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getBooleanValue()
Gets the boolean value of the feature.
|
Date |
getDateValue()
Gets the date value of the feature.
|
Integer |
getIntegerValue()
Gets the integer value of the feature.
|
Long |
getLongValue()
Gets the long integer value of the feature.
|
String |
getName()
Gets the name of the feature.
|
String |
getStringValue()
Gets the string value of the feature.
|
String |
getType()
Gets the primitive type of the feature (String, Integer, Long, Date or Boolean).
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setBooleanValue(Boolean value)
Sets the boolean value of the feature.
|
void |
setDateValue(Date value)
Sets the date value of the feature.
|
void |
setIntegerValue(Integer value)
Sets the integer value of the feature.
|
void |
setLongValue(Long value)
Sets the long integer value of the feature.
|
void |
setName(String value)
Sets the name of the feature.
|
void |
setStringValue(String value)
Sets the string value of the feature.
|
void |
setType(String value)
Sets the primitive type of the feature (String, Integer, Long, Date or Boolean).
|
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 setBooleanValue(Boolean value)
public Boolean getBooleanValue()
public void setDateValue(Date value)
public Date getDateValue()
public void setIntegerValue(Integer value)
public Integer getIntegerValue()
public void setLongValue(Long value)
public Long getLongValue()
public void setName(String value)
public String getName()
public void setStringValue(String value)
public String getStringValue()
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.