net.sourceforge.squirrel_sql.plugins.dataimport.importer.excel
Class ExcelSettingsBean
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dataimport.importer.excel.ExcelSettingsBean
- All Implemented Interfaces:
- Serializable, Cloneable
public class ExcelSettingsBean
- extends Object
- implements Cloneable, Serializable
This class holds the settings for the excel import.
- 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 |
ExcelSettingsBean
public ExcelSettingsBean()
getSheetName
public String getSheetName()
- Returns:
- the sheetName
setSheetName
public void setSheetName(String sheetName)
- Parameters:
sheetName - the sheetName to set
Copyright © 2001-2011. All Rights Reserved.