net.infonode.properties.propertymap

Class PropertyMapContainer

public class PropertyMapContainer extends Object

Base class for property classes that use a PropertyMap.

Version: $Revision: 1.5 $

Author: $Author: jesper $

Constructor Summary
PropertyMapContainer(PropertyMapGroup propertyMapGroup)
Constructor.
PropertyMapContainer(PropertyMap map)
Constructor.
Method Summary
PropertyMapgetMap()
Returns the property map.

Constructor Detail

PropertyMapContainer

public PropertyMapContainer(PropertyMapGroup propertyMapGroup)
Constructor.

Parameters: propertyMapGroup the property map group

PropertyMapContainer

public PropertyMapContainer(PropertyMap map)
Constructor.

Parameters: map the property map

Method Detail

getMap

public PropertyMap getMap()
Returns the property map.

Returns: the property map