org.apache.commons.betwixt
Class PersonListBean

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

public class PersonListBean
extends java.lang.Object

Bean to test lists of people

Version:
$Revision: 438373 $
Author:
Robert Burrell Donkin

Constructor Summary
PersonListBean()
           
 
Method Summary
 void addPerson(PersonBean person)
           
 java.util.List getPersonList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonListBean

public PersonListBean()
Method Detail

getPersonList

public java.util.List getPersonList()

addPerson

public void addPerson(PersonBean person)


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