com.ibm.commerce.rfq.commands
Interface RespondProductPQCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- RespondProductPQCmdImpl
- public interface RespondProductPQCmd
- extends TaskCommand
Interface to respond to the price and quantity of a product
Method Summary |
void |
setResponseId(java.lang.Long newResponseId)
Sets Response Id |
void |
setResProduct(com.ibm.commerce.rfq.utils.RFQResProduct newResProduct)
Sets Response product |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setResponseId
public void setResponseId(java.lang.Long newResponseId)
- Sets Response Id
- Parameters:
newResponseId
- java.lang.Long
setResProduct
public void setResProduct(com.ibm.commerce.rfq.utils.RFQResProduct newResProduct)
- Sets Response product
- Parameters:
newResProduct
- com.ibm.commerce.rfq.utils.RFQResProduct