com.ibm.commerce.order.client.beans

Class OrderStatusListDataBean

    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String SORT_KEY_ORDER_ID
        The sort key to sort by order ID.
        See Also:
        Constant Field Values
      • SORT_KEY_EXTERNAL_ORDER_ID

        public static final java.lang.String SORT_KEY_EXTERNAL_ORDER_ID
        The sort key to sort by external order ID.
        See Also:
        Constant Field Values
      • SORT_KEY_CUSTOMER_ORDER_NUMBER

        public static final java.lang.String SORT_KEY_CUSTOMER_ORDER_NUMBER
        The sort key to sort by customer order number.
        See Also:
        Constant Field Values
      • SORT_KEY_STATUS

        public static final java.lang.String SORT_KEY_STATUS
        The sort key to sort by status.
        See Also:
        Constant Field Values
      • SORT_KEY_PLACED_DATE_TIME

        public static final java.lang.String SORT_KEY_PLACED_DATE_TIME
        The sort key to sort by placed date time.
        See Also:
        Constant Field Values
      • SORT_KEY_PLACED_DATE_TIME_DESCENDING

        public static final java.lang.String SORT_KEY_PLACED_DATE_TIME_DESCENDING
        The sort key to sort by placed date time descending.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderStatusListDataBean

        public OrderStatusListDataBean()
        Default constructor.
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        Returns the command interface name.
        Specified by:
        getCommandInterfaceName in interface CommandDataBean
        Returns:
        the command interface name.
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        Sets the command interface name.
        Specified by:
        setCommandInterfaceName in interface CommandDataBean
        Parameters:
        ifname - the command interface name.
      • getSortKey

        public java.lang.String getSortKey()
        Returns the sort key.
        Returns:
        the sort key.
      • setSortKey

        public void setSortKey(java.lang.String astrSortKey)
        Sets the sort key.
        Parameters:
        astrSortKey - the sort key.
      • getPageSize

        public java.lang.Integer getPageSize()
        Returns the page size.
        Returns:
        the page size.
      • setPageSize

        public void setPageSize(java.lang.Integer anPageSize)
        Sets the page size.
        Parameters:
        anPageSize - the page size.
      • getPageNumber

        public java.lang.Integer getPageNumber()
        Returns the page number.
        Returns:
        the page number.
      • setPageNumber

        public void setPageNumber(java.lang.Integer anPageNumber)
        Sets the page number.
        Parameters:
        anPageNumber - the page number.
      • getTotalNumberOfOrdersFound

        public java.lang.Integer getTotalNumberOfOrdersFound()
        Returns the total number of orders found.
        Returns:
        the total number of orders found.
      • setTotalNumberOfOrdersFound

        public void setTotalNumberOfOrdersFound(java.lang.Integer anTotalNumberOfOrdersFound)
        Sets the total number of orders found.
        Parameters:
        anTotalNumberOfOrdersFound - the total number of orders found.
      • getOrders

        public com.ibm.commerce.order.datatypes.OrderType[] getOrders()
        Returns the orders.
        Returns:
        the orders.
      • setOrders

        public void setOrders(com.ibm.commerce.order.datatypes.OrderType[] aOrders)
        Sets the orders.
        Parameters:
        aOrders - the orders.