com.elasticpath.cmweb.formbean.impl
Class ImportStep2FormBeanImpl

java.lang.Object
  extended by com.elasticpath.cmweb.formbean.impl.ImportStep2FormBeanImpl
All Implemented Interfaces:
ImportStep2FormBean

public class ImportStep2FormBeanImpl
extends java.lang.Object
implements ImportStep2FormBean

This bean represents import form.


Constructor Summary
ImportStep2FormBeanImpl()
           
 
Method Summary
 java.lang.String getCsvFileName()
          Returns the filename with an absolute path.
 java.lang.String getImportDataType()
          Returns the import data type.
 boolean isOverwriteFile()
          Indicator to set whether to overwrite existing file.
 void setCsvFileName(java.lang.String csvFileName)
          Sets the filename with an absolute path.
 void setImportDataType(java.lang.String importDataType)
          Sets the import data type.
 void setOverwriteFile(boolean overwriteFile)
          Sets the indicator to determine whether to overwrite existing file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportStep2FormBeanImpl

public ImportStep2FormBeanImpl()
Method Detail

getCsvFileName

public java.lang.String getCsvFileName()
Returns the filename with an absolute path.

Specified by:
getCsvFileName in interface ImportStep2FormBean
Returns:
the filename with an absolute path

getImportDataType

public java.lang.String getImportDataType()
Returns the import data type.

Specified by:
getImportDataType in interface ImportStep2FormBean
Returns:
the import data type

isOverwriteFile

public boolean isOverwriteFile()
Indicator to set whether to overwrite existing file.

Specified by:
isOverwriteFile in interface ImportStep2FormBean
Returns:
true if overwrite file, false othewise

setCsvFileName

public void setCsvFileName(java.lang.String csvFileName)
Sets the filename with an absolute path.

Specified by:
setCsvFileName in interface ImportStep2FormBean
Parameters:
csvFileName - the filename with an absolute path

setImportDataType

public void setImportDataType(java.lang.String importDataType)
Sets the import data type.

Specified by:
setImportDataType in interface ImportStep2FormBean
Parameters:
importDataType - the import data type

setOverwriteFile

public void setOverwriteFile(boolean overwriteFile)
Sets the indicator to determine whether to overwrite existing file.

Specified by:
setOverwriteFile in interface ImportStep2FormBean
Parameters:
overwriteFile - the indicator to determine whether to overwrite existing file