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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.apache.commons.beanutils.ExtendMapBean
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ExtendMapBean
extends java.util.Hashtable

Used to test


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private  java.lang.String dbName
           
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
ExtendMapBean()
           
 
Method Summary
 java.lang.String getUnusuallyNamedProperty()
           
 void setUnusuallyNamedProperty(java.lang.String dbName)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dbName

private java.lang.String dbName
Constructor Detail

ExtendMapBean

public ExtendMapBean()
Method Detail

getUnusuallyNamedProperty

public java.lang.String getUnusuallyNamedProperty()

setUnusuallyNamedProperty

public void setUnusuallyNamedProperty(java.lang.String dbName)