com.ibm.commerce.order.commands

Class OrderProcessCmd.Group

  • java.lang.Object
    • com.ibm.commerce.order.commands.OrderProcessCmd.Group
  • Enclosing interface:
    OrderProcessCmd


    public static class OrderProcessCmd.Group
    extends java.lang.Object
    The OrderProcess enumeration group
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getBillToAddressId

        public java.lang.Long getBillToAddressId()
        Gets the billing address Id.
        Returns:
        the billing address Id.
      • getField1

        public java.lang.Integer getField1()
        Gets the customization field1.
        Returns:
        the customization field1.
      • getField2

        public java.math.BigDecimal getField2()
        Gets the customization field2.
        Returns:
        the customization field2.
      • getField3

        public java.lang.String getField3()
        Gets the customization field3.
        Returns:
        the customization field3.
      • getNotifyMerchant

        public java.lang.Short getNotifyMerchant()
        Gets the notify merchant flag.
        Returns:
        the notify merchant flag.
      • getNotifyOrderSubmitted

        public java.lang.Short getNotifyOrderSubmitted()
        Gets the notify order submitted flag.
        Returns:
        the notify order submitted flag.
      • getNotifyShopper

        public java.lang.Short getNotifyShopper()
        Gets the notify shopper flag.
        Returns:
        the notify shopper flag.
      • getOrders

        public OrderAccessBean[] getOrders()
        Get orders.
        Returns:
        orders.
      • setBillToAddressId

        public void setBillToAddressId(java.lang.Long long1)
        Sets the billing to address.
        Parameters:
        long1 - the billing to address.
      • setField1

        public void setField1(java.lang.Integer integer)
        Sets the customization field1.
        Parameters:
        integer - the customization field1.
      • setField2

        public void setField2(java.math.BigDecimal decimal)
        Sets the customization field2.
        Parameters:
        decimal - the customization .
      • setField3

        public void setField3(java.lang.String string)
        Sets the customization filed3.
        Parameters:
        string - the customization filed3.
      • setNotifyMerchant

        public void setNotifyMerchant(java.lang.Short short1)
        Sets the notify merchant flag.
        Parameters:
        short1 - the notify merchant flag.
      • setNotifyOrderSubmitted

        public void setNotifyOrderSubmitted(java.lang.Short short1)
        Sets the notify order submitted flag.
        Parameters:
        short1 - the notify order submitted flag.
      • setNotifyShopper

        public void setNotifyShopper(java.lang.Short short1)
        Sets the notify shopper flag.
        Parameters:
        short1 - the notify shopper flag.
      • setOrders

        public void setOrders(OrderAccessBean[] beans)
        Set the orders access beans.
        Parameters:
        beans - the orders access beans.
      • getOrderIds

        public java.lang.String[] getOrderIds()
        Gets the order Ids.
        Returns:
        the order Ids.
      • setOrderIds

        public void setOrderIds(java.lang.String[] strings)
        Sets the order Ids.
        Parameters:
        strings - the order Ids.
      • getRemainingParameters

        public java.util.Hashtable getRemainingParameters()
        Gets the remaining parameters.
        Returns:
        the remaining parameters.
      • setRemainingParameters

        public void setRemainingParameters(java.util.Hashtable hashtable)
        Sets the remaining parameters.
        Parameters:
        hashtable - the remaining parameters.
      • getEnumerationIndex

        public java.lang.Integer getEnumerationIndex()
        Get the index of the enumeration.
        Returns:
        the index of the enumeration.
      • setEnumerationIndex

        public void setEnumerationIndex(java.lang.Integer integer)
        Sets the index of the enumeration.
        Parameters:
        integer - the index of the enumeration.
      • getPONumber

        public java.lang.String getPONumber()
        Get the PO number
        Returns:
        Returns the pONumber.
      • setPONumber

        public void setPONumber(java.lang.String number)
        Set the PO number
        Parameters:
        number - The pONumber to set.
      • getPurchaseorder_id

        public java.lang.String getPurchaseorder_id()
        Get the purchase order id
        Returns:
        Returns the purchase order id.
      • setPurchaseorder_id

        public void setPurchaseorder_id(java.lang.String purchaseorder_id)
        Set the purchase order id
        Parameters:
        purchaseorder_id - The purchase order id to set.