public class ActivityComment extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ActivityComment() |
Modifier and Type | Method and Description |
---|---|
int |
getActivityID()
Gets the ID of the Activity.
|
String |
getActivityName()
Gets the name of the Activity.
|
String |
getComment()
Gets the text of the comment.
|
Date |
getCommentDate()
Gets the date the comment was entered.
|
long |
getMemberID()
Gets the ID of the user who entered the comment.
|
String |
getMemberName()
Gets the username of the user who entered the comment.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setActivityID(int value)
Sets the ID of the Activity.
|
void |
setActivityName(String value)
Sets the name of the Activity.
|
void |
setComment(String value)
Sets the text of the comment.
|
void |
setCommentDate(Date value)
Sets the date the comment was entered.
|
void |
setMemberID(long value)
Sets the ID of the user who entered the comment.
|
void |
setMemberName(String value)
Sets the username of the user who entered the comment.
|
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 setActivityID(int value)
public int getActivityID()
public void setActivityName(String value)
public String getActivityName()
public void setComment(String value)
public String getComment()
public void setCommentDate(Date value)
public Date getCommentDate()
public void setMemberID(long value)
public long getMemberID()
public void setMemberName(String value)
public String getMemberName()
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.