org.apache.commons.betwixt.io
Class TestMixedCollection.ParentBean

java.lang.Object
  extended by org.apache.commons.betwixt.io.TestMixedCollection.ParentBean
Enclosing class:
TestMixedCollection

public static class TestMixedCollection.ParentBean
extends java.lang.Object


Constructor Summary
TestMixedCollection.ParentBean()
           
 
Method Summary
 void addChildBean(TestMixedCollection.ChildBean childBean)
           
 java.util.List getChildBeans()
           
 java.lang.String getStuff()
           
 void setChildBeans(java.util.List childBeans)
           
 void setStuff(java.lang.String stuff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMixedCollection.ParentBean

public TestMixedCollection.ParentBean()
Method Detail

getChildBeans

public java.util.List getChildBeans()

setChildBeans

public void setChildBeans(java.util.List childBeans)

addChildBean

public void addChildBean(TestMixedCollection.ChildBean childBean)

getStuff

public java.lang.String getStuff()

setStuff

public void setStuff(java.lang.String stuff)


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