org.openi.analysis
Class ChangeLog

java.lang.Object
  extended byorg.openi.analysis.ChangeLog

public class ChangeLog
extends java.lang.Object

Author:
plucas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ChangeLog()
           
 
Method Summary
 void addLogEntry(LogEntry entry)
           
 java.util.List getLogEntries()
           
 void setLogEntries(java.util.List items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLog

public ChangeLog()
Method Detail

getLogEntries

public java.util.List getLogEntries()
Returns:
Returns the items.

setLogEntries

public void setLogEntries(java.util.List items)
Parameters:
items - The items to set.

addLogEntry

public void addLogEntry(LogEntry entry)