public class NodeAuditRecord extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeAuditRecord() |
Modifier and Type | Method and Description |
---|---|
Date |
getAuditDate()
Gets the date of the event.
|
int |
getAuditNumber()
Gets the integer representing the type of event.
|
String |
getAuditString()
Gets the type of event as a string.
|
long |
getNodeID()
Gets the ID of the node to which the event pertains.
|
long |
getPerformerID()
Gets the ID of the user who performed the event.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAuditDate(Date value)
Sets the date of the event.
|
void |
setAuditNumber(int value)
Sets the integer representing the type of event.
|
void |
setAuditString(String value)
Sets the type of event as a string.
|
void |
setNodeID(long value)
Sets the ID of the node to which the event pertains.
|
void |
setPerformerID(long value)
Sets the ID of the user who 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 setAuditDate(Date value)
public Date getAuditDate()
public void setAuditNumber(int value)
public int getAuditNumber()
public void setAuditString(String value)
public String getAuditString()
public void setNodeID(long value)
public long getNodeID()
public void setPerformerID(long value)
public long getPerformerID()
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.