Class OrderFulfillment
java.lang.Object
com.broadleafcommerce.pricing.provider.external.domain.OrderFulfillment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe list ofOrderItemsassociated with this order.getId()The ID of the order fulfillment.inthashCode()voidsetFulfillmentItems(List<OrderFulfillmentItem> fulfillmentItems) The list ofOrderItemsassociated with this order.voidThe ID of the order fulfillment.toString()
-
Constructor Details
-
OrderFulfillment
-
OrderFulfillment
public OrderFulfillment()
-
-
Method Details
-
getId
The ID of the order fulfillment. -
getFulfillmentItems
The list ofOrderItemsassociated with this order. -
setId
The ID of the order fulfillment. -
setFulfillmentItems
The list ofOrderItemsassociated with this order. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-