JTools

org.jtools.props
Class SimplePropertySupport

java.lang.Object
  extended by org.jtools.props.SimplePropertySupport
All Implemented Interfaces:
PropertySupport

public class SimplePropertySupport
extends Object
implements PropertySupport

TODO type-description

Author:
Rainer Noack

Constructor Summary
SimplePropertySupport()
           
SimplePropertySupport(Properties properties, String propertyDomain)
           
 
Method Summary
 Properties getProperties()
           
 String getPropertyDomain()
           
 void setDefaultPropertyDomain(String propertyDomain)
           
 void setProperties(Properties properties)
           
 void setPropertyDomain(String propertyDomain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePropertySupport

public SimplePropertySupport()

SimplePropertySupport

public SimplePropertySupport(Properties properties,
                             String propertyDomain)
Method Detail

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

JTools

© 2000-2006, JTools.org.