org.dbforms.config
Class DbConnectionProperty

java.lang.Object
  extended by org.dbforms.config.DbConnectionProperty

public class DbConnectionProperty
extends Object

Adds property support to DbConnection

Author:
Henner Kollmann

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

DbConnectionProperty

public DbConnectionProperty()
Method Detail

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set

getName

public String getName()
Returns the name.

Returns:
String

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - The value to set

getValue

public String getValue()
Returns the value.

Returns:
String


Copyright © 2002-2006 DbForms. All Rights Reserved.