com.thaiopensource.util
Class PropertyMapBuilder

java.lang.Object
  |
  +--com.thaiopensource.util.PropertyMapBuilder

public class PropertyMapBuilder
extends Object


Constructor Summary
PropertyMapBuilder()
           
PropertyMapBuilder(PropertyMap pm)
           
 
Method Summary
 boolean contains(PropertyId pid)
           
 Object get(PropertyId pid)
           
 Object put(PropertyId id, Object value)
           
 PropertyMap toPropertyMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMapBuilder

public PropertyMapBuilder()

PropertyMapBuilder

public PropertyMapBuilder(PropertyMap pm)
Method Detail

toPropertyMap

public PropertyMap toPropertyMap()

put

public Object put(PropertyId id,
                  Object value)

get

public Object get(PropertyId pid)

contains

public boolean contains(PropertyId pid)