com.ibm.commerce.utf.commands

Interface CreateRFQItemAttributeCmd

  • 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:
    CreateRFQItemAttributeCmdImpl


    public interface CreateRFQItemAttributeCmd
    extends TaskCommand
    Creates standard product attribute values for an RFQ item.

    An RFQ item may or may not have all the attributes of its parent product. This command stores the values for the inherited attributes.

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setAttributeVector

        void setAttributeVector(java.util.Vector newAttributeVector)
        Stores the list of inherited standard attributes.
        Parameters:
        newAttributeVector - The list of standard attributes.
      • setCatentryId

        void setCatentryId(java.lang.Long newCatentryId)
        Stores the catalog entry ID.
        Parameters:
        newCatentryId - The catalog entry ID.
      • setLanguageId

        void setLanguageId(java.lang.Integer languageId)
        Stores the language identifier.
        Parameters:
        languageId - The language identifier.