net.sourceforge.squirrel_sql.plugins.dataimport.importer.excel
Class ExcelSettingsBean

java.lang.Object
  extended by 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

Constructor Summary
ExcelSettingsBean()
           
 
Method Summary
 String getSheetName()
           
 void setSheetName(String sheetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelSettingsBean

public ExcelSettingsBean()
Method Detail

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.