com.ibm.commerce.rfq.commands
Interface RFQResponseModifyOrderitemPAttributeTCCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RFQResponseModifyOrderitemPAttributeTCCmdImpl

public interface RFQResponseModifyOrderitemPAttributeTCCmd
extends TaskCommand

Interface to modify an RFQ Response product and related TCs


Field Summary
static java.lang.String COPYRIGHT
          Deprecated. Copyright.
static java.lang.String defaultCommandClassName
          Deprecated. Default implementation class name.
static java.lang.String NAME
          Deprecated. The full class name for this interface file.
 
Method Summary
 void setProductVector(java.util.Vector ProductVector)
          Deprecated. Sets RFQ Response product list
 void setRequestId(java.lang.Long id)
          Deprecated. Sets RFQ requestId
 void setResponseId(java.lang.Long id)
          Deprecated. Sets RFQ Response id
 

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

NAME

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Deprecated. 
Default implementation class name.
See Also:
Constant Field Values
Method Detail

setProductVector

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

setRequestId

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

setResponseId

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