org.jtools.props
Class SimplePropertySupport
java.lang.Object
org.jtools.props.SimplePropertySupport
- All Implemented Interfaces:
- PropertySupport
public class SimplePropertySupport
- extends Object
- implements PropertySupport
TODO type-description
- Author:
- Rainer Noack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePropertySupport
public SimplePropertySupport()
SimplePropertySupport
public SimplePropertySupport(Properties properties,
String propertyDomain)
getProperties
public Properties getProperties()
- Specified by:
getProperties
in interface PropertySupport
getPropertyDomain
public String getPropertyDomain()
- Specified by:
getPropertyDomain
in interface PropertySupport
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties
in interface PropertySupport
setPropertyDomain
public void setPropertyDomain(String propertyDomain)
- Specified by:
setPropertyDomain
in interface PropertySupport
setDefaultPropertyDomain
public void setDefaultPropertyDomain(String propertyDomain)
- Specified by:
setDefaultPropertyDomain
in interface PropertySupport
© 2000-2006, JTools.org.