org.openiec61850.common.model.log
Class LogEntryData
java.lang.Object
org.openiec61850.common.model.log.LogEntryData
public class LogEntryData
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEntryData
public LogEntryData()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getDataRef
public java.lang.String getDataRef()
setDataRef
public void setDataRef(java.lang.String dataRef)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
getReasonCode
public TriggerConditions getReasonCode()
setReasonCode
public void setReasonCode(TriggerConditions reasonCode)
getLogEntry
public LogEntry getLogEntry()
setLogEntry
public void setLogEntry(LogEntry logEntry)