Class OrderEntryGroupWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryGroupWsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeliveryOrderEntryGroupWsDTO,PickupOrderEntryGroupWsDTO
Representation of an Order Entry Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntries(Collection<OrderEntryWsDTO> entries) voidsetQuantity(Long quantity) voidsetTotalPriceWithTax(PriceWsDTO totalPriceWithTax)
-
Constructor Details
-
OrderEntryGroupWsDTO
public OrderEntryGroupWsDTO()
-
-
Method Details
-
setTotalPriceWithTax
-
getTotalPriceWithTax
-
setEntries
-
getEntries
-
setQuantity
-
getQuantity
-