|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.beanutils
Class MappedPropertyTestBean

java.lang.Objectorg.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)
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.beanutils.MappedPropertyTestBean