org.dbunit.database
Class DatabaseConfig.ConfigProperty
java.lang.Object
org.dbunit.database.DatabaseConfig.ConfigProperty
- Enclosing class:
- DatabaseConfig
public static class DatabaseConfig.ConfigProperty
- extends java.lang.Object
- Since:
- 2.4.0
- Version:
- $Revision: 1193 $ $Date: 2010-06-29 23:01:46 +0200 (mar, 29 giu 2010) $
- Author:
- gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DatabaseConfig.ConfigProperty
public DatabaseConfig.ConfigProperty(java.lang.String property,
java.lang.Class propertyType,
boolean nullable)
getProperty
public java.lang.String getProperty()
getPropertyType
public java.lang.Class getPropertyType()
isNullable
public boolean isNullable()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2002-2010. All Rights Reserved.