org.apache.commons.betwixt
Class TestBeanWriter.BeanWithAddMethod

java.lang.Object
  extended by org.apache.commons.betwixt.TestBeanWriter.BeanWithAddMethod
Enclosing class:
TestBeanWriter

public static class TestBeanWriter.BeanWithAddMethod
extends java.lang.Object


Constructor Summary
TestBeanWriter.BeanWithAddMethod()
           
 
Method Summary
 void add(java.lang.Object x)
           
 java.util.Collection getX()
           
 void setX(java.util.Collection x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBeanWriter.BeanWithAddMethod

public TestBeanWriter.BeanWithAddMethod()
Method Detail

add

public void add(java.lang.Object x)

getX

public java.util.Collection getX()

setX

public void setX(java.util.Collection x)


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