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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setAttributeInfo(java.util.Vector newAttrInfo)
newAttrInfo
- The vector of hashtables of product
specifications.public void setRequestId(java.lang.Long requestId)
requestId
- The request ID.public void setResponseId(java.lang.Long responseId)
responseId
- The response ID.public void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
rfqResponseProductId
- The rfq response product
ID.