Class DatabaseConfig.ConfigProperty

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

public static class DatabaseConfig.ConfigProperty extends Object
Since:
2.4.0
Version:
$Revision$ $Date$
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
  • Constructor Details

    • ConfigProperty

      public ConfigProperty(String property, Class propertyType, boolean nullable)
  • Method Details

    • 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