public class ChannelInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ChannelInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedBy()
Gets the ID of the user that created the channel.
|
long |
getID()
Gets the ID of the channel.
|
String |
getName()
Gets the name of the channel.
|
long |
getParentID()
Gets the parent ID of the container for the channel.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCreatedBy(Long value)
Sets the ID of the user that created the channel.
|
void |
setID(long value)
Sets the ID of the channel.
|
void |
setName(String value)
Sets the name of the channel.
|
void |
setParentID(long value)
Sets the parent ID of the container for the channel.
|
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 setCreatedBy(Long value)
public Long getCreatedBy()
public void setID(long value)
public long getID()
public void setName(String value)
public String getName()
public void setParentID(long value)
public long getParentID()
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.