net.sourceforge.squirrel_sql.plugins.dataimport.importer.csv
Class CSVSettingsBean

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dataimport.importer.csv.CSVSettingsBean
All Implemented Interfaces:
Serializable, Cloneable

public class CSVSettingsBean
extends Object
implements Cloneable, Serializable

This class holds the configuration variables for the CVS importer.

Author:
Thorsten Mürell
See Also:
Serialized Form

Constructor Summary
CSVSettingsBean()
           
 
Method Summary
 String getDateFormat()
           
 Charset getImportCharset()
           
 char getSeperator()
           
 void setDateFormat(String dateFormat)
           
 void setImportCharset(Charset importCharset)
           
 void setSeperator(char seperator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVSettingsBean

public CSVSettingsBean()
Method Detail

getImportCharset

public Charset getImportCharset()
Returns:
the importCharset

setImportCharset

public void setImportCharset(Charset importCharset)
Parameters:
importCharset - the importCharset to set

getSeperator

public char getSeperator()
Returns:
the seperator

setSeperator

public void setSeperator(char seperator)
Parameters:
seperator - the seperator to set

getDateFormat

public String getDateFormat()
Returns:
the dateFormat

setDateFormat

public void setDateFormat(String dateFormat)
Parameters:
dateFormat - the dateFormat to set


Copyright © 2001-2011. All Rights Reserved.