org.apache.commons.betwixt
Class PoemBean

java.lang.Object
  extended by org.apache.commons.betwixt.PoemBean

public class PoemBean
extends java.lang.Object


Constructor Summary
PoemBean()
           
 
Method Summary
 void addLine(java.lang.String line)
           
 java.util.List getLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoemBean

public PoemBean()
Method Detail

getLines

public java.util.List getLines()

addLine

public void addLine(java.lang.String line)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.