com.ibm.commerce.order.commands

Class DeleteShipInfoCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, DeleteShipInfoCmd, 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 DeleteShipInfoCmdImpl
    extends TaskCommandImpl
    implements DeleteShipInfoCmd
    The following parameters are required: the order ID, the address ID and the ship mode ID of the record to remove the record from the SHIPINFO table.
    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

      • DeleteShipInfoCmdImpl

        public DeleteShipInfoCmdImpl()
        Default constructor
    • Method Detail

      • setOrderId

        public void setOrderId(java.lang.String anOrderId)
        The order ID of the SHIPINFO record to remove.
        Specified by:
        setOrderId in interface DeleteShipInfoCmd
        Parameters:
        anOrderId - The order ID of the SHIPINFO record to delete.
      • setAddressId

        public void setAddressId(java.lang.String anAddressId)
        The address ID of the SHIPINFO record to remove.
        Specified by:
        setAddressId in interface DeleteShipInfoCmd
        Parameters:
        anAddressId - The address ID of the SHIPINFO record to delete.
      • setShipModeId

        public void setShipModeId(java.lang.String shipmodeId)
        The ship mode ID of the SHIPINFO record to remove.
        Specified by:
        setShipModeId in interface DeleteShipInfoCmd
        Parameters:
        shipmodeId - The ship mode ID of the SHIPINFO info record to delete.