com.thaiopensource.util
Class PropertyMapBuilder
java.lang.Object
  |
  +--com.thaiopensource.util.PropertyMapBuilder
- public class PropertyMapBuilder- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertyMapBuilder
public PropertyMapBuilder()
PropertyMapBuilder
public PropertyMapBuilder(PropertyMap pm)
toPropertyMap
public PropertyMap toPropertyMap()
- 
 
put
public Object put(PropertyId id,
                  Object value)
- 
 
get
public Object get(PropertyId pid)
- 
 
contains
public boolean contains(PropertyId pid)
-