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

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

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

Subclasses of PersonBean in org.apache.commons.betwixt.io
 class NullPersonBean
          Marker class
 

Methods in org.apache.commons.betwixt.io that return PersonBean
 PersonBean MovieBean.getDirector()
           
 

Methods in org.apache.commons.betwixt.io with parameters of type PersonBean
 void MovieBean.addActor(PersonBean actor)
           
 void MovieBean.setDirector(PersonBean bean)
           
 

Constructors in org.apache.commons.betwixt.io with parameters of type PersonBean
MovieBean(java.lang.String name, int year, PersonBean director)
           
 



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