org.apache.commons.betwixt.introspection
Class BeanWithConcreteMap

java.lang.Object
  extended by org.apache.commons.betwixt.introspection.BeanWithConcreteMap

public class BeanWithConcreteMap
extends java.lang.Object

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Constructor Summary
BeanWithConcreteMap()
           
 
Method Summary
 void addSomeThingy(java.lang.String whatever, java.lang.String thing)
           
 java.util.HashMap getSomeThingies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanWithConcreteMap

public BeanWithConcreteMap()
Method Detail

getSomeThingies

public java.util.HashMap getSomeThingies()

addSomeThingy

public void addSomeThingy(java.lang.String whatever,
                          java.lang.String thing)


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