com.elasticpath.cmweb.formbean
Interface ImportStep2FormBean

All Known Implementing Classes:
ImportStep2FormBeanImpl

public interface ImportStep2FormBean

ImportStep2FormBean represents the command object for import form.


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.
 

Method Detail

getCsvFileName

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

Returns:
the filename with an absolute path

getImportDataType

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

Returns:
the import data type

isOverwriteFile

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

Returns:
true if overwrite file, false othewise

setCsvFileName

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

Parameters:
csvFileName - the filename with an absolute path

setImportDataType

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

Parameters:
importDataType - the import data type

setOverwriteFile

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

Parameters:
overwriteFile - the indicator to determine whether to overwrite existing file