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

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

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


Constructor Summary
TestMapUpdater.ParentBean()
           
 
Method Summary
 void addPair(java.lang.String key, java.lang.String value)
           
 java.util.Map getPairs()
           
 void setPairs(java.util.Map pairs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMapUpdater.ParentBean

public TestMapUpdater.ParentBean()
Method Detail

getPairs

public java.util.Map getPairs()

setPairs

public void setPairs(java.util.Map pairs)

addPair

public void addPair(java.lang.String key,
                    java.lang.String value)


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