public class DiscussionItem extends ServiceDataObject implements Serializable
Constructor and Description |
---|
DiscussionItem() |
Modifier and Type | Method and Description |
---|---|
TopicAttachment[] |
getAttachments()
Gets the attachments related to the discussion item.
|
TopicAttachment |
getAttachments(int index)
Gets the value at the specified index in the Attachments array.
|
String |
getContent()
Gets the content of the discussion item.
|
long |
getID()
Gets the ID of the discussion item.
|
long |
getOrdering()
Gets the order of the discussion item.
|
long |
getParentID()
Gets the parent ID of the discussion item.
|
long |
getPostedBy()
Gets the ID of the user who posted the discussion item.
|
Date |
getPostedDate()
Gets the date the discussion item was posted.
|
String |
getSubject()
Gets the subject of the discussion item.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAttachments(int index,
TopicAttachment value)
Sets the value at the specified index in the fAttachments array.
|
void |
setAttachments(TopicAttachment[] value)
Sets the attachments related to the discussion item.
|
void |
setContent(String value)
Sets the content of the discussion item.
|
void |
setID(long value)
Sets the ID of the discussion item.
|
void |
setOrdering(long value)
Sets the order of the discussion item.
|
void |
setParentID(long value)
Sets the parent ID of the discussion item.
|
void |
setPostedBy(long value)
Sets the ID of the user who posted the discussion item.
|
void |
setPostedDate(Date value)
Sets the date the discussion item was posted.
|
void |
setSubject(String value)
Sets the subject of the discussion item.
|
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 setAttachments(TopicAttachment[] value)
public TopicAttachment[] getAttachments()
public void setAttachments(int index, TopicAttachment value)
public TopicAttachment getAttachments(int index)
public void setContent(String value)
public String getContent()
public void setID(long value)
public long getID()
public void setOrdering(long value)
public long getOrdering()
public void setParentID(long value)
public long getParentID()
public void setPostedBy(long value)
public long getPostedBy()
public void setPostedDate(Date value)
public Date getPostedDate()
public void setSubject(String value)
public String getSubject()
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.