Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.beanutils
Class MappedPropertyTestBean  view MappedPropertyTestBean download MappedPropertyTestBean.java

java.lang.Object
  extended byorg.apache.commons.beanutils.MappedPropertyTestBean

public class MappedPropertyTestBean
extends java.lang.Object

Just a java bean (JAJB) to try to replicate a reported bug

Version:
$Revision: 1.4 $ $Date: 2004/02/28 13:18:36 $

Field Summary
private  java.util.Map map
           
 
Constructor Summary
MappedPropertyTestBean()
           
 
Method Summary
 java.lang.String getMapproperty(java.lang.String key)
           
 void setMapproperty(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private java.util.Map map
Constructor Detail

MappedPropertyTestBean

public MappedPropertyTestBean()
Method Detail

getMapproperty

public java.lang.String getMapproperty(java.lang.String key)

setMapproperty

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