org.apache.commons.betwixt
Class NoAdderBean

java.lang.Object
  extended by org.apache.commons.betwixt.NoAdderBean

public class NoAdderBean
extends java.lang.Object

A bean with a list property with a setter but no adder.

Author:
Robert Burrell Donkin

Constructor Summary
NoAdderBean()
           
 
Method Summary
 java.util.List getThings()
           
 void setThings(java.util.List things)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoAdderBean

public NoAdderBean()
Method Detail

getThings

public java.util.List getThings()

setThings

public void setThings(java.util.List things)


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