Class UpdateFulfillmentGroupRequest

    • Constructor Detail

      • UpdateFulfillmentGroupRequest

        public UpdateFulfillmentGroupRequest()
    • Method Detail

      • getType

        public String getType()
        The type of means by which this fulfillment group is fulfilled. This could be SHIP, PICKUP, or VIRTUAL, for example.
        Returns:
        The type of means by which this fulfillment group is fulfilled.
        See Also:
        FulfillmentType
      • getFulfillmentOption

        public com.broadleafcommerce.order.common.domain.FulfillmentOption getFulfillmentOption()
        The fulfillment option chosen for the getType().
      • getAddress

        public com.broadleafcommerce.order.common.domain.Address getAddress()
        The shipping address for this fulfillment group.
        Returns:
        The shipping address for this fulfillment group.
      • setType

        public void setType​(String type)
        The type of means by which this fulfillment group is fulfilled. This could be SHIP, PICKUP, or VIRTUAL, for example.
        Parameters:
        type - The type of means by which this fulfillment group is fulfilled.
        See Also:
        FulfillmentType
      • setFulfillmentOption

        public void setFulfillmentOption​(com.broadleafcommerce.order.common.domain.FulfillmentOption fulfillmentOption)
        The fulfillment option chosen for the getType().
      • setAddress

        public void setAddress​(com.broadleafcommerce.order.common.domain.Address address)
        The shipping address for this fulfillment group.
        Parameters:
        address - The shipping address for this fulfillment group.