org.apache.commons.betwixt.dotbetwixt
Class MapBean

java.lang.Object
  extended by org.apache.commons.betwixt.dotbetwixt.MapBean

public class MapBean
extends java.lang.Object

Author:
Brian Pugh

Constructor Summary
MapBean()
           
 
Method Summary
 void addValue(java.lang.String key, java.lang.Integer value)
           
 java.util.Map getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBean

public MapBean()
Method Detail

getValues

public java.util.Map getValues()

addValue

public void addValue(java.lang.String key,
                     java.lang.Integer value)


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