com.ibm.commerce.rfq.commands
Interface DeletePAttributeValueCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeletePAttributeValueCmdImpl

public interface DeletePAttributeValueCmd
extends TaskCommand

Deletes a 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
 java.lang.Long getPAttributeId()
          Gets the personalization attribute ID of the deleted personalization attribute value.
 java.lang.Long getRfqProductId()
          Gets the RFQ product ID of the deleted personalization attribute value.
 java.lang.Long getRspProductId()
          Gets the response product ID of the deleted personalization attribute value.
 void setPAttrValueId(java.lang.Long pAttrValueId)           Sets the personalization attribute valud 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.

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.
Method Detail

setPAttrValueId

public void setPAttrValueId(java.lang.Long pAttrValueId)
Sets the personalization attribute valud ID.
Parameters:
pAttrValueId - The personalization attribute valud ID.

getRfqProductId

public java.lang.Long getRfqProductId()
Gets the RFQ product ID of the deleted personalization attribute value.
Returns:
The RFQ product ID of the deleted personalization attribute value.

getRspProductId

public java.lang.Long getRspProductId()
Gets the response product ID of the deleted personalization attribute value.
Returns:
The response product ID of the deleted personalization attribute value.

getPAttributeId

public java.lang.Long getPAttributeId()
Gets the personalization attribute ID of the deleted personalization attribute value.
Returns:
The personalization attribute ID of the deleted personalization attribute value.