org.openiec61850.common.model.log
Class LogEntryData

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

public class LogEntryData
extends java.lang.Object


Constructor Summary
LogEntryData()
           
 
Method Summary
 java.lang.String getDataRef()
           
 java.lang.Long getId()
           
 LogEntry getLogEntry()
           
 TriggerConditions getReasonCode()
           
 java.lang.Object getValue()
           
 void setDataRef(java.lang.String dataRef)
           
 void setId(java.lang.Long id)
           
 void setLogEntry(LogEntry logEntry)
           
 void setReasonCode(TriggerConditions reasonCode)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryData

public LogEntryData()
Method Detail

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)