com.ibm.commerce.rfq.commands
Interface RespondProductPQCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RespondProductPQCmdImpl

public interface RespondProductPQCmd
extends TaskCommand

Responds to the price and quantity of a product.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Method Summary
 java.lang.Long getRFQResponseProductId()
          Gets the RFQ response product ID.
 void setResponseId(java.lang.Long newResponseId)
          Sets Response Id
 void setResProduct(com.ibm.commerce.rfq.utils.RFQResProduct newResProduct)           Sets Response product
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
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

getRFQResponseProductId

public java.lang.Long getRFQResponseProductId()
Gets the RFQ response product ID.
Returns:
The RFQ response product ID.