com.ibm.commerce.rfq.commands

Class DeletePAttributeValueCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeletePAttributeValueCmdImpl

        public DeletePAttributeValueCmdImpl()
        Constructor for DeletePAttributeValueCmdImpl
    • Method Detail

      • reset

        public void reset()
        Resets the command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setPAttrValueId

        public void setPAttrValueId(java.lang.Long pAttrValueId)
        Sets the personalization attribute value ID.
        Specified by:
        setPAttrValueId in interface DeletePAttributeValueCmd
        Parameters:
        pAttrValueId - The personalization attributes value ID.
      • getRfqProductId

        public java.lang.Long getRfqProductId()
        Gets the RFQ product ID of the deleted personalization attribute value.
        Specified by:
        getRfqProductId in interface DeletePAttributeValueCmd
        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.
        Specified by:
        getRspProductId in interface DeletePAttributeValueCmd
        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.
        Specified by:
        getPAttributeId in interface DeletePAttributeValueCmd
        Returns:
        The personalization attribute ID of the deleted personalization attribute value.