Class OrderEntryGroupData
java.lang.Object
de.hybris.platform.commercefacades.order.data.OrderEntryGroupData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeliveryOrderEntryGroupData,PickupOrderEntryGroupData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntries(Collection<OrderEntryData> entries) voidsetQuantity(Long quantity) voidsetTotalPriceWithTax(PriceData totalPriceWithTax)
-
Constructor Details
-
OrderEntryGroupData
public OrderEntryGroupData()
-
-
Method Details
-
setTotalPriceWithTax
-
getTotalPriceWithTax
-
setEntries
-
getEntries
-
setQuantity
-
getQuantity
-