org.openiec61850.common.model.log
Class LogEntry

java.lang.Object
  extended by org.openiec61850.common.model.log.LogEntry

public class LogEntry
extends java.lang.Object


Constructor Summary
LogEntry()
           
 
Method Summary
 void addLogEntryData(LogEntryData led)
           
 java.util.List<LogEntryData> getEntryData()
           
 long getEntryId()
           
 Timestamp getEntryTime()
           
 ObjectReference getLogRef()
           
 void setEntryData(java.util.List<LogEntryData> entryData)
           
 void setEntryId(long entryId)
           
 void setEntryTime(Timestamp entryTime)
           
 void setLogRef(ObjectReference logRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry()
Method Detail

getLogRef

public ObjectReference getLogRef()

setLogRef

public void setLogRef(ObjectReference logRef)

getEntryTime

public Timestamp getEntryTime()

setEntryTime

public void setEntryTime(Timestamp entryTime)

getEntryId

public long getEntryId()

setEntryId

public void setEntryId(long entryId)

getEntryData

public java.util.List<LogEntryData> getEntryData()

addLogEntryData

public void addLogEntryData(LogEntryData led)

setEntryData

public void setEntryData(java.util.List<LogEntryData> entryData)