public interface CreateNominalCostCmd
extends com.ibm.commerce.command.TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default name of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCatEntryId(java.lang.Long catEntryId)
Sets the catalog entry ID whose nominal cost is going to be created.
|
void |
setCurrency(java.lang.String currency)
Set the currency of the nominal cost.
|
void |
setNominalCost(java.math.BigDecimal nominalCost)
Set the new value of the nominal cost of the product under this offer.
|
void |
setStoreId(java.lang.Integer storeId)
Set the store ID to which the catalog entry belongs.
|
void |
setTSRId(java.lang.Long aTSRId)
Set TSR ID who helps customer on shopping
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setCatEntryId(java.lang.Long catEntryId)
catEntryId - A reference number of catalog entry.void setCurrency(java.lang.String currency)
aCurrency - A currency.void setNominalCost(java.math.BigDecimal nominalCost)
nominalCost - BigDecimal A nominal cost amountvoid setStoreId(java.lang.Integer storeId)
storeId - A store IDvoid setTSRId(java.lang.Long aTSRId)
aTSRId - Long A TSR ID