Class OrderEntryGroupWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryGroupWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DeliveryOrderEntryGroupWsDTO,PickupOrderEntryGroupWsDTO
public class OrderEntryGroupWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of an Order Entry Group- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderEntryGroupWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<OrderEntryWsDTO>getEntries()java.lang.LonggetQuantity()PriceWsDTOgetTotalPriceWithTax()voidsetEntries(java.util.Collection<OrderEntryWsDTO> entries)voidsetQuantity(java.lang.Long quantity)voidsetTotalPriceWithTax(PriceWsDTO totalPriceWithTax)
-
-
-
Method Detail
-
setTotalPriceWithTax
public void setTotalPriceWithTax(PriceWsDTO totalPriceWithTax)
-
getTotalPriceWithTax
public PriceWsDTO getTotalPriceWithTax()
-
setEntries
public void setEntries(java.util.Collection<OrderEntryWsDTO> entries)
-
getEntries
public java.util.Collection<OrderEntryWsDTO> getEntries()
-
setQuantity
public void setQuantity(java.lang.Long quantity)
-
getQuantity
public java.lang.Long getQuantity()
-
-