Uses of Class
org.apache.commons.betwixt.derived.PersonBean

Packages that use PersonBean
org.apache.commons.betwixt.derived   
 

Uses of PersonBean in org.apache.commons.betwixt.derived
 

Subclasses of PersonBean in org.apache.commons.betwixt.derived
 class EmployeeBean
          EmployeeBean a sample derived bean.
 class ManagerBean
          ManagerBean a sample derived bean.
 

Methods in org.apache.commons.betwixt.derived that return PersonBean
 PersonBean PersonListBean.getOwner()
           
 

Methods in org.apache.commons.betwixt.derived with parameters of type PersonBean
 void PersonListBean.addPerson(PersonBean person)
           
 void PersonListBean.setOwner(PersonBean owner)
          Sets the owner.
 



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