Uses of Class
org.apache.commons.betwixt.io.read.PersonBean

Packages that use PersonBean
org.apache.commons.betwixt.io.read   
 

Uses of PersonBean in org.apache.commons.betwixt.io.read
 

Methods in org.apache.commons.betwixt.io.read that return PersonBean
 PersonBean HouseBean.getHouseholder()
           
 PersonBean PetBean.getOwner()
           
 

Methods in org.apache.commons.betwixt.io.read with parameters of type PersonBean
 void HouseBean.setHouseholder(PersonBean householder)
           
 void PetBean.setOwner(PersonBean owner)
           
 

Constructors in org.apache.commons.betwixt.io.read with parameters of type PersonBean
PetBean(Animal pet, PersonBean owner)
           
 



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