|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportStep1FormBean
ImportStep1FormBean represents the command object for import form.
| Method Summary | |
|---|---|
long |
getImportJob()
Retrieves the import job. |
int |
getImportTaskType()
Returns the import task type. |
boolean |
isEditJob()
Indicates whether to edit job. |
void |
setEditJob(boolean editJob)
Set to indicate whether to edit job. |
void |
setImportJob(long importJob)
Sets the import job. |
void |
setImportTaskType(int importTaskType)
Sets the import task type. |
| Method Detail |
|---|
long getImportJob()
int getImportTaskType()
boolean isEditJob()
void setEditJob(boolean editJob)
editJob - true if editing, false otherwisevoid setImportJob(long importJob)
importJob - the import jobvoid setImportTaskType(int importTaskType)
importTaskType - the import task type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||