com.ibm.commerce.rfq.commands

Class RemoveTargetListCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, RemoveTargetListCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class RemoveTargetListCmdImpl
    extends TaskCommandImpl
    implements RemoveTargetListCmd
    Implementation for removing a store from the target list.

    This is the default implementation of the RemoveTargetListCmd. This command uses the following AccessBeans/DataBeans:

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • RemoveTargetListCmdImpl

        public RemoveTargetListCmdImpl()
        RemoveTargetListCmdImpl constructor comment.
    • Method Detail

      • reset

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

        public java.lang.Long getRfqId()
        Gets the rfqId
        Specified by:
        getRfqId in interface RemoveTargetListCmd
        Returns:
        Returns a java.lang.Long
      • setRfqId

        public void setRfqId(java.lang.Long rfqId)
        Sets the rfqId
        Specified by:
        setRfqId in interface RemoveTargetListCmd
        Parameters:
        rfqId - The rfqId to set
      • getTargetStoreId

        public java.lang.Integer getTargetStoreId()
        Gets the targetStoreId
        Specified by:
        getTargetStoreId in interface RemoveTargetListCmd
        Returns:
        Returns a java.lang.Integer
      • setTargetStoreId

        public void setTargetStoreId(java.lang.Integer targetStoreId)
        Sets the targetStoreId
        Specified by:
        setTargetStoreId in interface RemoveTargetListCmd
        Parameters:
        targetStoreId - The targetStoreId to set