| java.lang.Object org.apache.commons.beanutils.MappedPropertyTestBean
All known Subclasses: org.apache.commons.beanutils.MappedPropertyChildBean,
MappedPropertyTestBean | public class MappedPropertyTestBean (Code) | | Just a java bean (JAJB) to try to replicate a reported bug
author: Robert Burrell Donkin version: $Revision: 438363 $ $Date: 2006-08-30 05:48:00 +0100 (Wed, 30 Aug 2006) $ |
Method Summary | |
public Long | getDifferentTypes(String key) | public String | getInvalidGetter(String key, String other) | public String | getInvalidSetter(String key) | public String | getMappedGetterOnly(String key) | public String | getMapproperty(String key) | public Map | getMyMap() | protected String | getProtectedMapped(String key) | public boolean | isMappedBoolean(String key) | public void | setAnyMapped(MappedPropertyTestBean key, MappedPropertyTestBean value) | public void | setDifferentTypes(String key, Integer value) | public void | setInvalidGetter(String key, String value) | public void | setInvalidSetter(String key, String value, String other) | public void | setMappedBoolean(String key, boolean value) | public void | setMappedPrimitive(int key, int value) | public void | setMappedSetterOnly(String key, String value) | public void | setMapproperty(String key, String value) | protected void | setProtectedMapped(String key, String value) |
isMappedBoolean | public boolean isMappedBoolean(String key)(Code) | | |
setMappedBoolean | public void setMappedBoolean(String key, boolean value)(Code) | | |
setMappedPrimitive | public void setMappedPrimitive(int key, int value)(Code) | | |
|
|