Uses of Class
org.apache.commons.betwixt.recursion.NameBean

Packages that use NameBean
org.apache.commons.betwixt.recursion   
 

Uses of NameBean in org.apache.commons.betwixt.recursion
 

Methods in org.apache.commons.betwixt.recursion that return NameBean
 NameBean PersonBean.getName()
           
 NameBean AlienBean.getName()
           
 

Methods in org.apache.commons.betwixt.recursion with parameters of type NameBean
 void PersonBean.setName(NameBean name)
           
 void AlienBean.setName(NameBean name)
           
 

Constructors in org.apache.commons.betwixt.recursion with parameters of type NameBean
AlienBean(NameBean name)
           
PersonBean(NameBean name)
           
 



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