public class ProcessEvent extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProcessEvent() |
Modifier and Type | Method and Description |
---|---|
Date |
getEventDate()
Gets the date the event occurred.
|
String |
getEventDescription()
Gets the description of the event.
|
Long |
getMemberID()
Gets the ID of the member that performed the event.
|
String |
getMemberName()
Gets the name of the member that performed the event.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setEventDate(Date value)
Sets the date the event occurred.
|
void |
setEventDescription(String value)
Sets the description of the event.
|
void |
setMemberID(Long value)
Sets the ID of the member that performed the event.
|
void |
setMemberName(String value)
Sets the name of the member that performed the event.
|
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 setEventDate(Date value)
public Date getEventDate()
public void setEventDescription(String value)
public String getEventDescription()
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.