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


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

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