atg.agent.events
Class CallLogEntry

java.lang.Object
  extended by atg.reporting.datacollection.LogEntry
      extended by atg.agent.events.CallLogEntry

public class CallLogEntry
extends atg.reporting.datacollection.LogEntry

CallLogEntry wraps a CallEvent object.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
CallLogEntry(java.lang.Long pId)
          Constructs a CallLogEntry.
 
Method Summary
 CallEvent getCallEvent()
          Gets property callEvent
 void setCallEvent(CallEvent pCallEvent)
          Sets property callEvent
 
Methods inherited from class atg.reporting.datacollection.LogEntry
getId, getTimestamp, getTimestampAsDate, setId, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

CallLogEntry

public CallLogEntry(java.lang.Long pId)
Constructs a CallLogEntry.

Parameters:
pId - the id of the event
Method Detail

getCallEvent

public CallEvent getCallEvent()
Gets property callEvent

Returns:
callEvent

setCallEvent

public void setCallEvent(CallEvent pCallEvent)
Sets property callEvent

Parameters:
pCallEvent - callEvent