org.apache.commons.betwixt.derived
Class PersonListBean

java.lang.Object
  extended by org.apache.commons.betwixt.derived.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)
           
 PersonBean getOwner()
           
 java.util.List getPersonList()
           
 void setOwner(PersonBean owner)
          Sets the owner.
 
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)

getOwner

public PersonBean getOwner()
Returns:
PersonBean

setOwner

public void setOwner(PersonBean owner)
Sets the owner.

Parameters:
owner - The owner to set


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