| java.lang.Object org.openharmonise.dav.server.webservice.ConfigProperty
ConfigProperty | public class ConfigProperty (Code) | | This class represents a server config property with a name and value.
author: Michael Bell version: $Revision: 1.1 $ |
ConfigProperty | public ConfigProperty()(Code) | | Constructs a new ConfigProperty .
|
ConfigProperty | public ConfigProperty(String name, String val)(Code) | | Constructs a new ConfigProperty with the
given values.
Parameters: name - the property name Parameters: val - the property value |
getName | public String getName()(Code) | | Returns the property name. |
getValue | public String getValue()(Code) | | Returns the property value. |
setName | public void setName(String propName)(Code) | | Parameters: propName - The property to set. |
setValue | public void setValue(String propVal)(Code) | | Parameters: propVal - The value to set. |
|
|