com.ibm.commerce.rfq.commands
Interface RespondPAttributeCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RespondPAttributeCmdImpl

public interface RespondPAttributeCmd
extends TaskCommand

Creates a response personalization attribute value.


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 setAttributeInfo(java.util.Vector newAttrInfo)
          Sets the product specifications.
 void setRequestId(java.lang.Long requestId)
          Sets the request ID
 void setResponseId(java.lang.Long responseId)
          Sets the response ID
 void setRFQResponseProductId(java.lang.Long rfqResponseProductId)           Sets the rfq response product 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

setAttributeInfo

public void setAttributeInfo(java.util.Vector newAttrInfo)
Sets the product specifications.
Parameters:
newAttrInfo - The vector of hashtables of product specifications.

setRequestId

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

setResponseId

public void setResponseId(java.lang.Long responseId)
Sets the response ID
Parameters:
responseId - The response ID.

setRFQResponseProductId

public void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
Sets the rfq response product ID.
Parameters:
rfqResponseProductId - The rfq response product ID.