org.openiec61850.common.model.log
Class Log
java.lang.Object
org.openiec61850.common.model.log.Log
public class Log
- extends java.lang.Object
Constructor Summary |
Log()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log
public Log()
getLogName
public java.lang.String getLogName()
setLogName
public void setLogName(java.lang.String logName)
getLogRef
public ObjectReference getLogRef()
setLogRef
public void setLogRef(ObjectReference logRef)
getOldEntrTm
public Timestamp getOldEntrTm()
setOldEntrTm
public void setOldEntrTm(Timestamp oldEntrTm)
getNewEntrTm
public Timestamp getNewEntrTm()
setNewEntrTm
public void setNewEntrTm(Timestamp newEntrTm)
getOldEntr
public long getOldEntr()
setOldEntr
public void setOldEntr(long oldEntr)
getNewEntr
public long getNewEntr()
setNewEntr
public void setNewEntr(long newEntr)
getEntries
public java.util.List<LogEntry> getEntries()