|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getCsvFileName()
java.lang.String getImportDataType()
boolean isOverwriteFile()
void setCsvFileName(java.lang.String csvFileName)
csvFileName - the filename with an absolute pathvoid setImportDataType(java.lang.String importDataType)
importDataType - the import data typevoid setOverwriteFile(boolean overwriteFile)
overwriteFile - the indicator to determine whether to overwrite existing file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||