public interface DeleteScheduledJobTaskCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
static java.lang.String | defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.emarketing.DeleteScheduledJobTaskCmd is not defined in the CMDREG table.
|
Modifier and Type | Method and Description |
---|---|
void | setJobReferenceNumber(java.lang.Long jobReferenceNumber)
Set the job reference number of the scheduled job to be deleted.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName