be.SIRAPRISE.client.jsba
Class DBObjectInterfaceGeneratorProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by be.erwinsmout.MyProperties
                  extended by be.SIRAPRISE.client.jsba.DBObjectInterfaceGeneratorProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class DBObjectInterfaceGeneratorProperties
extends MyProperties

The DBObjectInterfaceGeneratorProperties object is used by the DBObjectInterfaceGenerator utility to retrieve its configurable runtime information, such as the host and port number to connect to. It is created with the DBConnectionProperties object as its parent properties, so that any properties configured in those DBConnectionProperties will be "inherited" by this Properties object.

Author:
Erwin Smout
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class be.erwinsmout.MyProperties
MyProperties.SKIPAUTOLOAD
 
Field Summary
 
Fields inherited from class be.erwinsmout.MyProperties
SUFFIX
 
Method Summary
static java.util.Properties getInstance()
          Gets the instance
 
Methods inherited from class be.erwinsmout.MyProperties
resolveSystemPropertyRefs
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, 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, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static java.util.Properties getInstance()
Gets the instance

Returns:
the instance