| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbforms.config.DbConnectionProperty
public class DbConnectionProperty
Adds property support to DbConnection
| Constructor Summary | |
|---|---|
| DbConnectionProperty() | |
| Method Summary | |
|---|---|
|  String | getName()Returns the name. | 
|  String | getValue()Returns the value. | 
|  void | setName(String name)Sets the name. | 
|  void | setValue(String value)Sets the value. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DbConnectionProperty()
| Method Detail | 
|---|
public void setName(String name)
name - The name to setpublic String getName()
public void setValue(String value)
value - The value to setpublic String getValue()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||