public class CommentData extends ApplicationData implements Serializable
Constructor and Description |
---|
CommentData() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the comment for the current ActivityInstance.
|
ActivityComment[] |
getComments()
Gets the list of ActivityComment objects representing comments from previous ActivityInstances.
|
ActivityComment |
getComments(int index)
Gets the value at the specified index in the Comments array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setComment(String value)
Sets the comment for the current ActivityInstance.
|
void |
setComments(ActivityComment[] value)
Sets the list of ActivityComment objects representing comments from previous ActivityInstances.
|
void |
setComments(int index,
ActivityComment value)
Sets the value at the specified index in the fComments array.
|
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.
|
getDescription, getInstructions, setDescription, setInstructions
public void setComment(String value)
public String getComment()
public void setComments(ActivityComment[] value)
public ActivityComment[] getComments()
public void setComments(int index, ActivityComment value)
public ActivityComment getComments(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ApplicationData
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ApplicationData
public String toString()
ServiceDataObject
toString
in class ApplicationData
© Copyright 2017 OpenText Corp. All Rights Reserved.