org.openiec61850.common.model.log
Class LogEntry
java.lang.Object
org.openiec61850.common.model.log.LogEntry
public class LogEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEntry
public LogEntry()
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)