com.ca.jcs.cfg
Class CustomPropertiesFactoryBean.CustomProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.ca.jcs.cfg.CustomPropertiesFactoryBean.CustomProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
CustomPropertiesFactoryBean

public static class CustomPropertiesFactoryBean.CustomProperties
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
CustomPropertiesFactoryBean.CustomProperties(Properties properties)
           
 
Method Summary
 String getProperty(String key)
           
 String getProperty(String key, String defaultValue)
           
 Object setProperty(String key, String value)
           
 
Methods inherited from class java.util.Properties
list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomPropertiesFactoryBean.CustomProperties

public CustomPropertiesFactoryBean.CustomProperties(Properties properties)
Method Detail

setProperty

public Object setProperty(String key,
                          String value)
Overrides:
setProperty in class Properties

getProperty

public String getProperty(String key)
Overrides:
getProperty in class Properties

getProperty

public String getProperty(String key,
                          String defaultValue)
Overrides:
getProperty in class Properties


Created 2011-07-14 13:27 EST