org.polliwog.data
Class Log

java.lang.Object
  extended by org.polliwog.data.Log
Direct Known Subclasses:
Weblog

public class Log
extends java.lang.Object


Constructor Summary
Log()
           
 
Method Summary
 void addEntry(LogEntry le)
           
 java.util.List getEntries()
           
 
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

getEntries

public java.util.List getEntries()

addEntry

public void addEntry(LogEntry le)


  Copyright © 2007 Gary Bentley. All Rights Reserved.