org.openiec61850.common.model.log
Class Log

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

public class Log
extends java.lang.Object


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

Constructor Detail

Log

public Log()
Method Detail

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()