org.dbunit.database
Class DatabaseConfig.ConfigProperty

java.lang.Object
  extended by org.dbunit.database.DatabaseConfig.ConfigProperty
Enclosing class:
DatabaseConfig

public static class DatabaseConfig.ConfigProperty
extends Object

Since:
2.4.0
Version:
$Revision: 907 $ $Date: 2008-12-04 21:07:32 +0100 (Thu, 04 Dec 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Constructor Summary
DatabaseConfig.ConfigProperty(String property, Class propertyType, boolean nullable)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getProperty()
           
 Class getPropertyType()
           
 int hashCode()
           
 boolean isNullable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseConfig.ConfigProperty

public DatabaseConfig.ConfigProperty(String property,
                                     Class propertyType,
                                     boolean nullable)
Method Detail

getProperty

public String getProperty()

getPropertyType

public Class getPropertyType()

isNullable

public boolean isNullable()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012. All Rights Reserved.