com.ibm.commerce.returns.commands

Interface GetOrderItemShippedTimeCmd

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


    public interface GetOrderItemShippedTimeCmd
    extends TaskCommand
    The default implementation of this interface is GetOrderItemShippedTimeCmdImpl. This command is used to get the shipped time of order item.

    Behavior:

    Sets the order item id. Returns:
    • the order item shipped time
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        The name of this interface is "com.ibm.commerce.returns.commands.GetOrderItemShippedTimeCmd".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class is "com.ibm.commerce.returns.commands.GetOrderItemShippedTimeCmdImpl".
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderItemId

        void setOrderItemId(java.lang.Long orderItemId)
        This method sets the order item id.
        Parameters:
        orderItemId - The order item id.
      • getShippedTime

        java.sql.Timestamp getShippedTime()
        This method gets the shipped time of order item.
        Returns:
        The order item shipped time.