Class FulfillmentStatusChangeEvent.OrderFulfillment

java.lang.Object
com.broadleafcommerce.pricing.service.messaging.rollback.FulfillmentStatusChangeEvent.OrderFulfillment
Enclosing class:
FulfillmentStatusChangeEvent

@Deprecated(since="Pricing Service 2.2.0, Release Train 2.3.0", forRemoval=true) public static class FulfillmentStatusChangeEvent.OrderFulfillment extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use OrderFulfillment instead
Represents a trimmed version of OrderFulfillment from the Order-Operation service.
  • Constructor Details

    • OrderFulfillment

      public OrderFulfillment()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getId

      public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getFulfillmentItems

      Deprecated, for removal: This API element is subject to removal in a future version.
    • setId

      public void setId(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFulfillmentItems

      public void setFulfillmentItems(List<FulfillmentStatusChangeEvent.OrderFulfillmentItem> fulfillmentItems)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object