java.lang.Object
com.broadleafcommerce.pricing.provider.external.domain.OrderFulfillment
All Implemented Interfaces:
Serializable

public class OrderFulfillment extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      The ID of the order fulfillment.
    • getFulfillmentItems

      public List<OrderFulfillmentItem> getFulfillmentItems()
      The list of OrderItems associated with this order.
    • setId

      public void setId(String id)
      The ID of the order fulfillment.
    • setFulfillmentItems

      public void setFulfillmentItems(List<OrderFulfillmentItem> fulfillmentItems)
      The list of OrderItems associated with this order.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object