net.sourceforge.squirrel_sql.plugins.dataimport.importer.csv
Class CSVSettingsBean
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVSettingsBean
public CSVSettingsBean()
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.