net.sourceforge.jdbcexporter
Class ExportColumnDef

java.lang.Object
  extended bynet.sourceforge.jdbcimporter.ColumnDef
      extended bynet.sourceforge.jdbcexporter.ExportColumnDef

public class ExportColumnDef
extends ColumnDef

The ExportColumnDef class defines a column in an entity that will used in the exporting of data.

Version:
0.6
Author:
Chris Nagy

Field Summary
 
Fields inherited from class net.sourceforge.jdbcimporter.ColumnDef
DATE_FORMAT, DECIMAL_FORMAT, FULL_NUMBER_FORMAT, TIME_FORMAT, TIMESTAMP_FORMAT, UNKNOWN_SQL_TYPE
 
Constructor Summary
ExportColumnDef()
           
 
Method Summary
 ColumnTranslator getTranslator()
          Returns the column translator used on every row's column value during the export.
 void setTranslator(ColumnTranslator newTranslator)
          Sets the column translator used on every row's column value during the export.
 java.lang.String toString()
          Overrides Object.toString()
 
Methods inherited from class net.sourceforge.jdbcimporter.ColumnDef
addProperty, convertStringToSQLType, createFormat, getDefaultValue, getFormat, getFormatPattern, getName, getProperty, getType, setDefaultValue, setFormatPattern, setName, setSQLType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportColumnDef

public ExportColumnDef()
Method Detail

setTranslator

public void setTranslator(ColumnTranslator newTranslator)
Sets the column translator used on every row's column value during the export.

Parameters:
newTranslator - column translator

getTranslator

public ColumnTranslator getTranslator()
Returns the column translator used on every row's column value during the export.

Returns:
column translator

toString

public java.lang.String toString()
Overrides Object.toString()

Overrides:
toString in class ColumnDef