public class DummyRetrievePriceRuleCmdImpl extends com.ibm.commerce.command.TaskCommandImpl implements RetrievePriceRuleCmd
com.ibm.commerce.contract.commands.RetrievePriceRuleCmd
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The name of this class.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
DummyRetrievePriceRuleCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getPriceRuleId()
Gets the retrieved price rule Id.
|
void |
setContractId(java.lang.Long contractId)
Sets the contract id.
|
void |
setEffectiveTime(java.sql.Timestamp effectiveTime)
Sets the effective time of the price rule.
|
void |
setMemberId(java.lang.Long memberId)
Sets the member Id.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public java.lang.Long getPriceRuleId()
getPriceRuleId
in interface RetrievePriceRuleCmd
public void setContractId(java.lang.Long contractId)
setContractId
in interface RetrievePriceRuleCmd
contractId
- The contract Id.public void setEffectiveTime(java.sql.Timestamp effectiveTime)
setEffectiveTime
in interface RetrievePriceRuleCmd
effectiveTime
- The effective time.public void setMemberId(java.lang.Long memberId)
setMemberId
in interface RetrievePriceRuleCmd
memberId
- The member Id.