com.ibm.commerce.rfq.commands
Interface ModifyResponsePAttributeCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ModifyResponsePAttributeCmdImpl

public interface ModifyResponsePAttributeCmd
extends TaskCommand

Modifies an RFQ response product personalization attribute.


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
 void setProductVector(java.util.Vector productVector)
          Sets RFQ Response product list.
 void setRequestId(java.lang.Long id)
          Sets RFQ requestId
 void setResponseId(java.lang.Long id)           Sets RFQ Response id
 

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

setProductVector

public void setProductVector(java.util.Vector productVector)
Sets RFQ Response product list.
Parameters:
productVector - The RFQ Response product list.

setRequestId

public void setRequestId(java.lang.Long id)
Sets RFQ requestId
Parameters:
id - The RFQ request ID.

setResponseId

public void setResponseId(java.lang.Long id)
Sets RFQ Response id
Parameters:
id - The RFQ response ID.