org.apache.commons.betwixt
Class AdderButNoPropertyBean

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

public class AdderButNoPropertyBean
extends java.lang.Object

Bean to test finding an adder without an associated property.

Version:
$Revision: 438373 $
Author:
Robert Burrell Donkin

Constructor Summary
AdderButNoPropertyBean()
           
 
Method Summary
 void addString(java.lang.String string)
           
 int stringCallCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdderButNoPropertyBean

public AdderButNoPropertyBean()
Method Detail

stringCallCount

public int stringCallCount()

addString

public void addString(java.lang.String string)


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