Class Table

java.lang.Object
org.dbunit.ant.Table

public class Table extends Object
The Table class is just a step placeholder for a table name within an Export.
Since:
Jun 10, 2002
Version:
$Revision$
Author:
Timothy Ruppert, Ben Cox
  • Constructor Details

    • Table

      public Table()
      Default constructor.
  • Method Details

    • getName

      public String getName()
      Returns the table name.
      Returns:
      the table name.
    • setName

      public void setName(String name)
      Sets the table name.
      Parameters:
      name - the table name.
    • toString

      public String toString()
      Overrides:
      toString in class Object