com.ibm.commerce.rfq.commands

Interface RespondPAttributeCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    RespondPAttributeCmdImpl


    public interface RespondPAttributeCmd
    extends TaskCommand
    Creates a response personalization attribute value.
    • Field Detail

      • COPYRIGHT

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

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

        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

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

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

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

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