com.elasticpath.cmweb.formbean
Interface ImportStep1FormBean

All Known Implementing Classes:
ImportStep1FormBeanImpl

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

getImportJob

long getImportJob()
Retrieves the import job.

Returns:
the import job

getImportTaskType

int getImportTaskType()
Returns the import task type.

Returns:
the import task type

isEditJob

boolean isEditJob()
Indicates whether to edit job.

Returns:
true if editing, false otherwise

setEditJob

void setEditJob(boolean editJob)
Set to indicate whether to edit job.

Parameters:
editJob - true if editing, false otherwise

setImportJob

void setImportJob(long importJob)
Sets the import job.

Parameters:
importJob - the import job

setImportTaskType

void setImportTaskType(int importTaskType)
Sets the import task type.

Parameters:
importTaskType - the import task type